Skip to content
Snippets Groups Projects
Commit c74ddfd0 authored by Bruce Flynn's avatar Bruce Flynn
Browse files

add DNB HGA/B apids

parent b549dd45
No related branches found
No related tags found
No related merge requests found
.idea/workspace.xml .idea/workspace.xml
.eggs .eggs
.cache .pytest_cache
.vscode
build build
dist dist
env env
......
...@@ -398,11 +398,11 @@ def build_rdr_blob(sat, pkt_stream, rdr_type, granule_iet): ...@@ -398,11 +398,11 @@ def build_rdr_blob(sat, pkt_stream, rdr_type, granule_iet):
class ViirsScienceApidInfo(object): class ViirsScienceApidInfo(object):
apids = list(x for x in range(800, 827) if x != 824) apids = list(x for x in range(800, 829) if x != 824)
names = ['M04', 'M05', 'M03', 'M02', 'M01', 'M06', 'M07', 'M09', 'M10', names = ['M04', 'M05', 'M03', 'M02', 'M01', 'M06', 'M07', 'M09', 'M10',
'M08', 'M11', 'M13', 'M12', 'I04', 'M16', 'M15', 'M14', 'I05', 'M08', 'M11', 'M13', 'M12', 'I04', 'M16', 'M15', 'M14', 'I05',
'I01', 'I02', 'I03', 'DNB', 'DNB_MGS', 'DNB_LGS', 'I01', 'I02', 'I03', 'DNB', 'DNB_MGS', 'DNB_LGS',
'CAL', 'ENG'] 'CAL', 'ENG', 'DNB_HGA', 'DNB_HGB']
@classmethod @classmethod
def get_specs(cls): def get_specs(cls):
......
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