asteroid_spinprops 1.3.5__py3-none-any.whl → 1.3.6__py3-none-any.whl
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/ssolib/modelfit.py +2 -6
- {asteroid_spinprops-1.3.5.dist-info → asteroid_spinprops-1.3.6.dist-info}/METADATA +1 -1
- {asteroid_spinprops-1.3.5.dist-info → asteroid_spinprops-1.3.6.dist-info}/RECORD +4 -4
- {asteroid_spinprops-1.3.5.dist-info → asteroid_spinprops-1.3.6.dist-info}/WHEEL +0 -0
|
@@ -245,7 +245,7 @@ def get_fit_params(
|
|
|
245
245
|
|
|
246
246
|
ra_init = ra_minima
|
|
247
247
|
dec_init = dec_minima
|
|
248
|
-
|
|
248
|
+
|
|
249
249
|
# Add near-pole initialization points
|
|
250
250
|
ra_init = np.append(ra_init, 220)
|
|
251
251
|
ra_init = np.append(ra_init, 140)
|
|
@@ -264,7 +264,7 @@ def get_fit_params(
|
|
|
264
264
|
H_key = next(
|
|
265
265
|
(
|
|
266
266
|
f"H_{i}" for i in range(1, 7) if f"H_{i}" in shg1g2_params
|
|
267
|
-
), # Harcoded
|
|
267
|
+
), # FIXME: Harcoded N of bands, won't throw error if N>6, but to be recosnidered
|
|
268
268
|
None,
|
|
269
269
|
)
|
|
270
270
|
|
|
@@ -332,10 +332,6 @@ def get_fit_params(
|
|
|
332
332
|
SOCCA_opt["prms"] = p_rms
|
|
333
333
|
SOCCA_opt["k_terms"] = k_val
|
|
334
334
|
except Exception:
|
|
335
|
-
if time_me:
|
|
336
|
-
t2 = time.time()
|
|
337
|
-
etime = t2 - t1
|
|
338
|
-
SOCCA_opt["invtime"] = etime
|
|
339
335
|
SOCCA_opt = {"Failed at SOCCA inversion": 1}
|
|
340
336
|
if time_me:
|
|
341
337
|
t2 = time.time()
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
asteroid_spinprops/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
2
|
asteroid_spinprops/ssolib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
3
|
asteroid_spinprops/ssolib/dataprep.py,sha256=7PfkVNpLjPERkhr8dZQfN8haFCFmoeXB3fWuTSBLVuc,7848
|
|
4
|
-
asteroid_spinprops/ssolib/modelfit.py,sha256=
|
|
4
|
+
asteroid_spinprops/ssolib/modelfit.py,sha256=NaGNChjeH6r2cpZOPB2ur3LQHDRPVLyok89gwx1ioOg,22745
|
|
5
5
|
asteroid_spinprops/ssolib/periodest.py,sha256=dAKytw-Oelb35ZjDXHuxGe5L5H8UPVCX42eU1I0jTIo,13434
|
|
6
6
|
asteroid_spinprops/ssolib/ssptools.py,sha256=DlSgYtXenztRAtEV9d4itzp5OZMjkbXkW2yZ_Qumu4U,4490
|
|
7
7
|
asteroid_spinprops/ssolib/utils.py,sha256=kbe69JxyCnbMebqkObuMS-0DFulnlgLNHxHNbP_U9J4,13334
|
|
8
|
-
asteroid_spinprops-1.3.
|
|
9
|
-
asteroid_spinprops-1.3.
|
|
10
|
-
asteroid_spinprops-1.3.
|
|
8
|
+
asteroid_spinprops-1.3.6.dist-info/METADATA,sha256=ox6b-kZ6Vb48AX9h8OtDbbeArM9sBBFxZG7j8W2wXmM,6143
|
|
9
|
+
asteroid_spinprops-1.3.6.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
|
|
10
|
+
asteroid_spinprops-1.3.6.dist-info/RECORD,,
|
|
File without changes
|