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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[v1.0.3]
Added
Added support for loading orbit information from JPL Horizons.
Added more complete testing for light delay computations in the various FOV checks.
Added quality of life function to SimultaneousState for computing the RA/Dec along
with the projected on sky rates of motion.
Changed
Changed the return signature for fov_static_check, this now returns indices of
the inputs, instead of the original inputs themselves.
Fixed
Sampling of JPL Horizons orbit fits was slightly off, and appears to be fixed by
assuming that the epoch time of the covariance fits is in UTC. This assumption is
now included in the covariance matrix sampling. This is different than their other
data products.
Field of View checks for SPK checks was not returning the correct light delayed time,
it was returning the position/velocity at the observed position, but the time was
the instantaneous time.
Removed
Removed several polar coordinate transformations in the rust backend which were all
equivalent variations of latitude/longitude conversions. Nothing in the Python was
impacted.