Skip to content

Commit

Permalink
Add DNB composites to MERSI-LL reader
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Aug 21, 2023
1 parent c5c7f08 commit 070c753
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion polar2grid/readers/mersi_ll_l1b.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@
+---------------------------+-----------------------------------------------------+-------------------------+
| 7 | Channel 7 Brightness Temperature Band | 12.0 |
+---------------------------+-----------------------------------------------------+-------------------------+
| histogram_dnb | Histogram Equalized DNB Band | N/A |
+---------------------------+-----------------------------------------------------+-------------------------+
| adaptive_dnb | Adaptive Histogram Equalized DNB Band | N/A |
+---------------------------+-----------------------------------------------------+-------------------------+
"""

Expand All @@ -68,7 +72,7 @@
"moon_zenith_angle",
"moon_azimuth_angle",
]
ALL_COMPS = []
ALL_COMPS = ["histogram_dnb", "adaptive_dnb"]

DEFAULT_PRODUCTS = ALL_BANDS + ALL_COMPS

Expand Down

0 comments on commit 070c753

Please sign in to comment.