correct_degradation#
- aiapy.calibrate.correct_degradation(smap, *, correction_table)[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 todegradation
can 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.util.get_correction_table
.
- Returns:
Degradation-corrected map.
- Return type:
See also