Skip to content
Snippets Groups Projects
Commit eeaf9e88 authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

TMSS-320: for testing, added an ingest task after simple observation. Can be...

TMSS-320: for testing, added an ingest task after simple observation. Can be removed again if needed.
parent 4793f907
No related branches found
No related tags found
2 merge requests!308Resolve TMSS-495,!306Resolve TMSS-320
......@@ -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": [
],
......
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