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 a new function aiapy.util.telescope_number{.interpreted-text
role="func"} that returns the associated telscope number for a given
filter wavelength. (#116)
Added a new function aiapy.calibrate.util.get_error_table{.interpreted-text
role="func"} to fetch and parse the table with the associate error
parameters. This is used primarily in aiapy.calibrate.estimate_error{.interpreted-text role="func"}.
(#116)
Added a new function aiapy.calibrate.estimate_error{.interpreted-text role="func"} to
calculate the error for a given set of AIA counts and the associated
channel. This is an exact port of the IDL function aia_bp_estimate_error. (#116)
Bug Fixes
[~aiapy.calibrate.update_pointing]{.title-ref} now skips updating
keywords if the pointing values are missing from the pointing table
returned from JSOC. (#120)