diff --git a/.gitignore b/.gitignore index f7a1a0093befa18d85d98c7d0a6d5471fd124c73..8d9a9ceec4e6dd8d011476f1f3f77503dc804da1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ .idea/workspace.xml .eggs -.cache +.pytest_cache +.vscode build dist env diff --git a/edosl0util/rdrgen.py b/edosl0util/rdrgen.py index e67734d82b3a3dfeb7599c63ea7a98c255aee1da..3ade43d77f92c4020a1ba7c4ee3c699d31607410 100644 --- a/edosl0util/rdrgen.py +++ b/edosl0util/rdrgen.py @@ -398,11 +398,11 @@ def build_rdr_blob(sat, pkt_stream, rdr_type, granule_iet): 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', 'M08', 'M11', 'M13', 'M12', 'I04', 'M16', 'M15', 'M14', 'I05', 'I01', 'I02', 'I03', 'DNB', 'DNB_MGS', 'DNB_LGS', - 'CAL', 'ENG'] + 'CAL', 'ENG', 'DNB_HGA', 'DNB_HGB'] @classmethod def get_specs(cls):