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

need default value for scan

parent 6949cbcf
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@ def sort_modis(packets):
def collect_modis_scans(packets):
scan = None
scan = {"scantime": None, "packets": {}}
scantimes = set()
for p in packets:
if p.apid not in (64, 957):
......
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