Skip to content
Snippets Groups Projects
Commit 13fd5818 authored by Paolo Veglio's avatar Paolo Veglio
Browse files

added I-bands to list of reflectance/emissive bands

parent 14f83b0e
No related branches found
No related tags found
No related merge requests found
...@@ -88,7 +88,7 @@ def timer(func): ...@@ -88,7 +88,7 @@ def timer(func):
return wrapper_timer return wrapper_timer
@timer # @timer
def main( def main(
satellite: str = "snpp", satellite: str = "snpp",
sensor: str = "viirs", sensor: str = "viirs",
......
...@@ -71,6 +71,10 @@ _reflectance_bands = [ ...@@ -71,6 +71,10 @@ _reflectance_bands = [
"M09", "M09",
"M10", "M10",
"M11", "M11",
"I01",
"I02",
"I03",
"I04",
] ]
_emissive_bands = [ _emissive_bands = [
...@@ -79,6 +83,7 @@ _emissive_bands = [ ...@@ -79,6 +83,7 @@ _emissive_bands = [
"M14", "M14",
"M15", "M15",
"M16", "M16",
"I05",
] ]
logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment