Full Changelog¶
Aiapy 0.3.2 (2020-11-29)¶
No significant changes.
Aiapy 0.3.1 (2020-11-15)¶
Features¶
aiapy.calibrate.register
now raises a warning if the level number is missing or is greater than 1. (#94)
aiapy v0.3.0 (2020-10-06)¶
Features¶
Added a function (
normalize_exposure()
) to normalize an image by its exposure time. (#78)degradation()
can now acceptTime
objects with length greater than 1. This makes it easier to compute the channel degradation over long intervals. (#80)Citation information for
aiapy
is now available from__citation__
. (#82)The pointing table can now be passsed in as a keyword argument to
update_pointing()
. Added aget_pointing_table()
to retrieve the 3-hour pointing table from JSOC over a given time interval. (#84)
Bug Fixes¶
The
CROTA2
keyword update inupdate_pointing()
now includes the value ofSAT_ROT
from the FITS header. Previously, the keyword was only being updated withINSTROT
. (#84)