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 to degradation can also be passed in here.

Parameters:
Returns:

Degradation-corrected map.

Return type:

AIAMap

See also

degradation