Skip to content

Commit

Permalink
Change MERSI-LL defaults to not include 1 (DNB) and histogram_dnb
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Aug 21, 2023
1 parent 80ead02 commit e144f74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion polar2grid/readers/mersi_ll_l1b.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@
]
ALL_COMPS = ["histogram_dnb", "adaptive_dnb"]

DEFAULT_PRODUCTS = ALL_BANDS + ALL_COMPS
# band 1 (DNB) is not useful by itself, histogram_dnb is not a default
DEFAULT_PRODUCTS = ALL_BANDS[1:] + ALL_COMPS[1:]

PRODUCT_ALIASES = {}

Expand Down

0 comments on commit e144f74

Please sign in to comment.