You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the documentation for the SunZenithCorrector modifier, the class docstring says that beyond the correction_limit, correction is gradually reduced unless max_sza is None, in which case it's constant:
Describe the bug
In the documentation for the
SunZenithCorrector
modifier, the class docstring says that beyond thecorrection_limit
, correction is gradually reduced unlessmax_sza
is None, in which case it's constant:satpy/satpy/modifiers/geometry.py
Lines 80 to 85 in 40a62fa
In the function initialisation docstring, it says the correction beyond
correction_limit
is constant:satpy/satpy/modifiers/geometry.py
Lines 103 to 105 in 40a62fa
I think the class docstring is correct and the initialisation docstring is wrong (unless
max_sza=None
).The same discrepancy exists for the
EffectiveSolarPathlengthCorrector
.Class docstring:
satpy/satpy/modifiers/geometry.py
Lines 128 to 131 in 40a62fa
Init docstring:
satpy/satpy/modifiers/geometry.py
Lines 149 to 151 in 40a62fa
The text was updated successfully, but these errors were encountered: