asteroid_spinprops 1.3.2__tar.gz → 1.3.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {asteroid_spinprops-1.3.2 → asteroid_spinprops-1.3.3}/PKG-INFO +1 -1
- {asteroid_spinprops-1.3.2 → asteroid_spinprops-1.3.3}/asteroid_spinprops/ssolib/modelfit.py +6 -0
- {asteroid_spinprops-1.3.2 → asteroid_spinprops-1.3.3}/pyproject.toml +1 -1
- {asteroid_spinprops-1.3.2 → asteroid_spinprops-1.3.3}/README.md +0 -0
- {asteroid_spinprops-1.3.2 → asteroid_spinprops-1.3.3}/asteroid_spinprops/__init__.py +0 -0
- {asteroid_spinprops-1.3.2 → asteroid_spinprops-1.3.3}/asteroid_spinprops/ssolib/__init__.py +0 -0
- {asteroid_spinprops-1.3.2 → asteroid_spinprops-1.3.3}/asteroid_spinprops/ssolib/dataprep.py +0 -0
- {asteroid_spinprops-1.3.2 → asteroid_spinprops-1.3.3}/asteroid_spinprops/ssolib/periodest.py +0 -0
- {asteroid_spinprops-1.3.2 → asteroid_spinprops-1.3.3}/asteroid_spinprops/ssolib/ssptools.py +0 -0
- {asteroid_spinprops-1.3.2 → asteroid_spinprops-1.3.3}/asteroid_spinprops/ssolib/utils.py +0 -0
|
@@ -247,6 +247,12 @@ def get_fit_params(
|
|
|
247
247
|
ra_init = ra_minima
|
|
248
248
|
dec_init = dec_minima
|
|
249
249
|
|
|
250
|
+
ra_init = np.append(ra_init, 220)
|
|
251
|
+
ra_init = np.append(ra_init, 140)
|
|
252
|
+
|
|
253
|
+
dec_init = np.append(ra_init, 70)
|
|
254
|
+
dec_init = np.append(ra_init, -70)
|
|
255
|
+
|
|
250
256
|
H_key = next(
|
|
251
257
|
(
|
|
252
258
|
f"H_{i}" for i in range(1, 7) if f"H_{i}" in shg1g2_params
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "asteroid_spinprops"
|
|
3
|
-
version = "1.3.
|
|
3
|
+
version = "1.3.3"
|
|
4
4
|
description = "Collection of tools used for fitting sHG1G2 and SOCCA photometric models to sparse asteroid photometry"
|
|
5
5
|
authors = [
|
|
6
6
|
{name = "Odysseas",email = "odysseas.xenos@proton.me"}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{asteroid_spinprops-1.3.2 → asteroid_spinprops-1.3.3}/asteroid_spinprops/ssolib/periodest.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|