diff --git a/SAS/TMSS/backend/src/tmss/tmssapp/adapters/l2stationspecs.py b/SAS/TMSS/backend/src/tmss/tmssapp/adapters/l2stationspecs.py index 9743e354b91bc4436736f36a76991d7e9ddc62fb..40ca93d391f46a63720eb4696de26d9079be95f7 100644 --- a/SAS/TMSS/backend/src/tmss/tmssapp/adapters/l2stationspecs.py +++ b/SAS/TMSS/backend/src/tmss/tmssapp/adapters/l2stationspecs.py @@ -44,12 +44,19 @@ schema = """ }, "start_time": { "type": "string", - "format": "date-time" + "format": "date-time", + "default": "1970-01-01T00:00:00" }, "stop_time": { "type": "string", "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": { "default": "HBA", "description": "Antenna field to use",