Skip to content

Commit

Permalink
Rename _tb11 variable to tb11
Browse files Browse the repository at this point in the history
  • Loading branch information
pnuu committed Nov 23, 2023
1 parent 9efa3cb commit d250a9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions satpy/modifiers/spectral.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ def _get_reflectance_as_dataarray(self, nir, da_tb11, da_tb13_4, da_sun_zenith):
return proj

def _get_nir_inputs(self, projectables, optional_datasets):
nir, _tb11 = projectables
da_tb11 = _tb11.data
nir, tb11 = projectables
da_tb11 = tb11.data
da_tb13_4 = self._get_tb13_4_from_optionals(optional_datasets)
da_sun_zenith = self._get_sun_zenith_from_provided_data(nir, optional_datasets, nir.dtype)
return (nir, da_tb11, da_tb13_4, da_sun_zenith)
Expand Down

0 comments on commit d250a9d

Please sign in to comment.