You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I determined the cause of this bug to be as follows:
2004 QX2 had a close approach with Earth/TESS. During this time, its declination changed very rapidly (>degrees/day).
As a result, the object ephemeris which was obtained with resolution step="7D" was too coarse, which in turn caused the interpolation performed by TessEphem.predict_sky to be inaccurate.
The inaccurate interpolation included illegal values for declination (>90 degrees), which caused SkyCoord to raise the ValueError seen in the exception message above.
Graphical illustration of the ephemeris of 2004 QX2, including its close encounter:
@jessie-dotson pointed me to the following failure for "2004 QX2", which occurs when
interpolation_step="7D"
but not wheninterpolation_step="12H"
.The text was updated successfully, but these errors were encountered: