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
Added support for downloading ZTF full fields FOV information into the neospy cache.
Added simple lookup for observatory ecliptic state using MPC observatory codes.
Added 'Tutorials' to the documentation, these are larger worked examples which do not
build at the same time as the standard docs. They are designed to be examples which
take significant compute, and may run for many minutes.
Added Tutorials for 'KONA' and 'WISE Precovery'.
Changed
Moved population definitions to the base level and renamed it population.
Changed references to diameters in the broken power law sampler.
FOV propagation tests now return a flatten list of states.
Renamed data to cache to more accurately represent its function.
Fixed
Coordinate frame conversion was resulting in incorrect coordinate positions when
passing Equatorial based frames to some FOV related functions. Specifically it was
failing to convert the Equatorial frame to Ecliptic frame before performing orbit
calculations.
Removed
Removed construction of populations entirely.
Removed folder for population, the remaining contents were moved up to the base
level of the package.