get_correction_table#
- aiapy.calibrate.util.get_correction_table(source)[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:
source (pathlib.Path, str) – The source of the correction table. It can be a string or
pathlib.Path
for a file . Otherwise, it must either be “JSOC” which will fetch the most recent version from the JSOC or “SSW” which will fetch the most recent version from SSW.- Returns:
Table of degradation correction factors.
- Return type:
See also