correct_degradation#
- aiapy.calibrate.correct_degradation(smap, *, correction_table=None, calibration_version=10)[source]#
Apply time-dependent degradation correction to an AIA map.
This function applies a time-dependent correction to an AIA observation by dividing the observed intensity by the correction factor calculated by
degradation. Any keyword arguments that can be passed todegradationcan also be passed in here.- Parameters:
smap (
AIAMap) – Map to be corrected.correction_table (
Table) – Table of correction parameters. You can get this table by callingaiapy.calibrate.utils.get_correction_table.calibration_version (
int, optional) – The version of the correction table to use. Defaults to the latest version defined in this module.
- Returns:
Degradation-corrected map.
- Return type:
See also