Skip to content

Commit

Permalink
Fix SWIR datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
mraspaud committed Nov 10, 2022
1 parent 1ac2c38 commit 216de5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion satpy/readers/insat3d_img_l1b_h5.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from xarray.core import indexing

LUT_SUFFIXES = {"vis": ("RADIANCE", "ALBEDO"),
"swir": ("RADIANCE", "TEMP"),
"swir": ("RADIANCE",),
"mir": ("RADIANCE", "TEMP"),
"tir1": ("RADIANCE", "TEMP"),
"tir2": ("RADIANCE", "TEMP"),
Expand Down

0 comments on commit 216de5d

Please sign in to comment.