Skip to content
Snippets Groups Projects
Commit da9ae138 authored by Jan David Mol's avatar Jan David Mol
Browse files

Fix start time, add early start latency to start a bit earlier

parent b3dbc9de
No related branches found
No related tags found
1 merge request!1137Add start time to LOBSTER
...@@ -44,12 +44,19 @@ schema = """ ...@@ -44,12 +44,19 @@ schema = """
}, },
"start_time": { "start_time": {
"type": "string", "type": "string",
"format": "date-time" "format": "date-time",
"default": "1970-01-01T00:00:00"
}, },
"stop_time": { "stop_time": {
"type": "string", "type": "string",
"format": "date-time" "format": "date-time"
}, },
"early_start_latency": {
"type": "number",
"description": "Number of seconds to start before the provided start time, to account for initialising the on-line signal chain, and for possibly negative geometrical delay compensation.",
"default": 2.0,
"minimum": 0
},
"antenna_field": { "antenna_field": {
"default": "HBA", "default": "HBA",
"description": "Antenna field to use", "description": "Antenna field to use",
......
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