From ece3da260ae9f6da6ba78279e659467e94bc77c3 Mon Sep 17 00:00:00 2001 From: Jorrit Schaap <schaap@astron.nl> Date: Thu, 12 Nov 2020 13:00:26 +0100 Subject: [PATCH] TMSS-190: expose duration as UI parameter --- ...le-observation-scheduling-unit-observation-strategy.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/SAS/TMSS/src/tmss/tmssapp/schemas/simple-observation-scheduling-unit-observation-strategy.json b/SAS/TMSS/src/tmss/tmssapp/schemas/simple-observation-scheduling-unit-observation-strategy.json index f7071de3042..cfa908a68e6 100644 --- a/SAS/TMSS/src/tmss/tmssapp/schemas/simple-observation-scheduling-unit-observation-strategy.json +++ b/SAS/TMSS/src/tmss/tmssapp/schemas/simple-observation-scheduling-unit-observation-strategy.json @@ -52,6 +52,12 @@ "task_scheduling_relations": [ ], "parameters": [ + { + "refs": [ + "#/tasks/Observation/specifications_doc/duration" + ], + "name": "Duration" + }, { "refs": [ "#/tasks/Observation/specifications_doc/SAPs/0/digital_pointing" -- GitLab