Added final SPICE kernels for the WISE mission, it now contains all positions from
all phases of operation. There is a gap for the years it was not operating.
Updated WISE mission phases to reflect the final data products about to be released.
Updated ZTF for the current release 22.
Added kete.RectangleFOV.from_wcs, allowing the construction of a FOV from a given
Astropy WCS object.
Added kete.conversion.bin_data, which allows for binning matrix data such as images.
Added tutorial showing precovery of an asteroid from a 1950's glass plate observation
done at the Palomar Observatory.
Added sun-shield rotation calculation for NEO Surveyor.
All FOV's now have the .jd() method which returns the JD of the observer state.
Changed
Building FOVs from corners, now will flip the corner ordering if the final FOV is
pointing in the opposite direction of the input corners. This means Rectangle FOVs
cannot be defined from corners with on sky angles greater than 180 degrees.
Fixed
Orbital elements calculations for True Anomaly and Eccentric Anomaly were numerically
unstable with nearly parabolic orbits.
Time scaling bugs when loading times from both Horizons and the MPC were fixed, these
were causing offsets of about a minute in the loaded states. However it was shifting
both the perihelion time and the epoch time by the same amount, leading to only minor
effective errors.
Fixed a time offset in the FOV's downloaded from IRSA WISE/NEOWISE. They were offset
by 4.4 seconds.
Fixed rotation approximation in WISE/NEOWISE field of views which was causing a small
percentage of objects to not be found during FOV checks when they were close to the
edge of the field.
Constant for the sqrt of GMS was incorrect by a small amount, this value was fixed.
IRSA username/password options are now being passed through correctly in WISE.
Removed
Removed plot_frame from ZTF, as a better version of this is available in kete.irsa.
Removed cache_WISE_frame and fetch_WISE_frame deprecated functions in WISE.
Initial open source release.
[v1.0.0]
Added
kete.RectangleFOV.from_wcs
, allowing the construction of a FOV from a given Astropy WCS object.kete.conversion.bin_data
, which allows for binning matrix data such as images..jd()
method which returns the JD of the observer state.Changed
Fixed
Removed
plot_frame
from ZTF, as a better version of this is available in kete.irsa.cache_WISE_frame
andfetch_WISE_frame
deprecated functions in WISE.