Skip to content

Commit

Permalink
Merge pull request #70 from shornqui/usage_ch_r22
Browse files Browse the repository at this point in the history
Usage ch r22
  • Loading branch information
shornqui authored Mar 7, 2022
2 parents 57cd132 + 14ce5f2 commit b33386f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions level1c4pps/slstr2pps_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,16 +71,16 @@
'S3': 'ch_r09',
'S4': 'ch_r13',
'S5': 'ch_r16',
'S6': 'ch_r22',
'S7': 'ch_tb37',
'S8': 'ch_tb11',
'S9': 'ch_tb12',
# Not yet in pps:
'S6': 'ch_r21',
'S1': 'ch_rxx',
'F1': 'ch_tbxx',
'F2': 'ch_tbxx'}

BANDNAMES_PPS = ['S2', 'S3', 'S4', 'S5', 'S7', 'S8', 'S9']
BANDNAMES_PPS = ['S2', 'S3', 'S4', 'S5', 'S6', 'S7', 'S8', 'S9']
BANDNAMES_DEFAULT = ['S2', 'S3', 'S4', 'S5', 'S6', 'S7', 'S8', 'S9']


Expand Down
4 changes: 2 additions & 2 deletions level1c4pps/viirs2pps_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
REFL_BANDS = ["M01", "M02", "M03", "M04", "M05", "M06", "M07", "M08",
"M09", "M10", "M11", "I01", "I02", "I03"]

MBAND_PPS = ["M05", "M07", "M09", "M10", "M12", "M14", "M15", "M16"]
MBAND_PPS = ["M05", "M07", "M09", "M10", "M11", "M12", "M14", "M15", "M16"]
IBAND_PPS_I = ["I01", "I02", "I03", "I04"]
IBAND_PPS_M = ["M09", "M14", "M15", "M16"]

Expand All @@ -78,6 +78,7 @@
"M09": 'ch_r13',
"M10": 'ch_r16',
"M12": 'ch_tb37',
"M11": 'ch_r22',
"M14": 'ch_tb85',
"M15": 'ch_tb11',
"M16": 'ch_tb12',
Expand All @@ -86,7 +87,6 @@
"I03": 'ch_r16',
"I04": 'ch_tb37',
# Not used by pps:
"M11": 'ch_r22',
"I05": 'ch_tbxx',
"M01": 'ch_rxx',
"M02": 'ch_rxx',
Expand Down

0 comments on commit b33386f

Please sign in to comment.