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 to correction_table. These files are typically included in the SDO tree of an SSW installation in $SSW/sdo/aia/response/ with filenames like aia_V*_response_table.txt.

Parameters:

correction_table (str or QTable, optional) – Path to correction table file or an existing correction table. If None, the table will be queried from JSOC.

Return type:

QTable