From eeaf9e8842c801807e6d959dc1785a1350e62d80 Mon Sep 17 00:00:00 2001 From: Jorrit Schaap <schaap@astron.nl> Date: Thu, 26 Nov 2020 17:20:41 +0100 Subject: [PATCH] TMSS-320: for testing, added an ingest task after simple observation. Can be removed again if needed. --- ...-scheduling-unit-observation-strategy.json | 22 +++++++++++++++++++ 1 file changed, 22 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 cfa908a68e6..bfcf4361b55 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 @@ -45,9 +45,31 @@ ] }, "specifications_template": "target observation" + }, + "Ingest": { + "description": "Ingest the observation dataproducts", + "tags": [], + "specifications_doc": {}, + "specifications_template": "ingest" } }, "task_relations": [ + { + "producer": "Observation", + "consumer": "Ingest", + "tags": [], + "input": { + "role": "input", + "datatype": "visibilities" + }, + "output": { + "role": "correlator", + "datatype": "visibilities" + }, + "dataformat": "MeasurementSet", + "selection_doc": {}, + "selection_template": "all" + } ], "task_scheduling_relations": [ ], -- GitLab