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
Updated default calibration version to 10 Added test for version 10
(#90)
aiapy.calibrate.register now raises a
warning if the level number is missing or is greater than 1.
(#94)
Bug Fixes
Fixed a bug where an out of date calibration epoch was used if there
were older duplicate versions available in the same epoch.
(#90)
aiapy.calibrate.util.get_pointing_table
now raises a more user-friendly RuntimeError if no pointing information can
be found during the requested times. Previously it would raise a KeyError.
(#91)
aiapy.calibrate.update_pointing now
searches 12 hours either side of the map date for pointing
information. This allows for some very rare instances where more
than 3 hours elapses between pointing information updates.
(#91)