Skip to content

v0.6.0

Compare
Choose a tag to compare
@nabobalis nabobalis released this 31 Oct 22:20
· 105 commits to main since this release

0.6.0 (2021-10-27)

Breaking Changes

  • Pin minimum version of Python to 3.7 (#114)

New Features

  • 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)