Skip to content

Commit

Permalink
Remove obsolete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lahtinep committed Oct 25, 2024
1 parent 392fb77 commit 118fc93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion satpy/modifiers/atmosphere.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ def __call__(self, projectables, optional_datasets=None, **info):
refl_cor_band = corrector.reduce_rayleigh_highzenith(sunz, refl_cor_band,
reduce_lim_low, reduce_lim_high, reduce_strength)

# Need to convert again to data precision, Rayleigh calculations always promote datatype to float64
proj = vis - refl_cor_band
proj.attrs = vis.attrs
self.apply_modifier_info(vis, proj)
Expand Down

0 comments on commit 118fc93

Please sign in to comment.