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

Add j1

parent b683d226
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,7 @@ LOG = logging ...@@ -19,6 +19,7 @@ LOG = logging
satellite_to_scid = { satellite_to_scid = {
'snpp': 157, 'snpp': 157,
'j01': 159,
} }
...@@ -112,7 +113,7 @@ def main(): ...@@ -112,7 +113,7 @@ def main():
parser.add_argument('--leave-pkts', action='store_true', parser.add_argument('--leave-pkts', action='store_true',
help='Do not delete intermediate .pkts files') help='Do not delete intermediate .pkts files')
parser.add_argument( parser.add_argument(
'-S', '--satellite', choices=['snpp'], default='snpp', '-S', '--satellite', choices=['snpp', 'j01'], default='snpp',
help='Satellite used to set SCID') help='Satellite used to set SCID')
def timestamp(v): def timestamp(v):
return datetime.strptime(v, '%Y-%m-%d %H:%M:%S') return datetime.strptime(v, '%Y-%m-%d %H:%M:%S')
......
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