get_correction_table#
- aiapy.calibrate.util.get_correction_table(*, correction_table=None)[source]#
Return table of degradation correction factors.
This function returns a table of parameters for estimating the time-dependent degradation of the instrument. By default, this table is queried from
aia.response
series in JSOC. The correction table can also be read from a file by passing a filepath tocorrection_table
. These files are typically included in the SDO tree of an SSW installation in$SSW/sdo/aia/response/
with filenames likeaia_V*_response_table.txt
.- Parameters:
correction_table (
str
orQTable
, optional) – Path to correction table file or an existing correction table. If None, the table will be queried from JSOC.- Returns:
See also