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

TMSS-215: filled in schema names. TODO: need to replace those with proper...

TMSS-215: filled in schema names. TODO: need to replace those with proper URI's (URL's) once TMSS-272 is done and we have URL's for those schema's
parent 13259d0a
No related branches found
No related tags found
1 merge request!197Resolve TMSS-215
{ {
"tasks": { "tasks": {
"Calibrator Observation 1": "Calibrator Observation 1": {
{
"description": "Calibrator Observation for UC1 HBA scheduling unit", "description": "Calibrator Observation for UC1 HBA scheduling unit",
"tags": [], "tags": [],
"specifications_doc": { "specifications_doc": {
...@@ -15,10 +13,9 @@ ...@@ -15,10 +13,9 @@
"angle3": 0 "angle3": 0
} }
}, },
"specifications_template": "<calibrator schema URI>" "specifications_template": "calibrator schema"
}, },
"Pipeline 1": { "Pipeline 1": {
"description": "Preprocessing Pipeline for Calibrator Observation 1", "description": "Preprocessing Pipeline for Calibrator Observation 1",
"tags": [], "tags": [],
"specifications_doc": { "specifications_doc": {
...@@ -39,7 +36,7 @@ ...@@ -39,7 +36,7 @@
}, },
"storagemanager": "dysco" "storagemanager": "dysco"
}, },
"specifications_template": "<preprocessing schema URI>" "specifications_template": "preprocessing schema"
}, },
"Target Observation": { "Target Observation": {
"description": "Target Observation for UC1 HBA scheduling unit", "description": "Target Observation for UC1 HBA scheduling unit",
...@@ -106,7 +103,7 @@ ...@@ -106,7 +103,7 @@
} }
] ]
}, },
"specifications_template": "<observation schema URI>" "specifications_template": "observation schema"
}, },
"Pipeline SAP0": { "Pipeline SAP0": {
"description": "Preprocessing Pipeline for Target Observation SAP0", "description": "Preprocessing Pipeline for Target Observation SAP0",
...@@ -129,7 +126,7 @@ ...@@ -129,7 +126,7 @@
}, },
"storagemanager": "dysco" "storagemanager": "dysco"
}, },
"specifications_template": "<preprocessing schema URI>" "specifications_template": "preprocessing schema"
}, },
"Pipeline SAP1": { "Pipeline SAP1": {
"description": "Preprocessing Pipeline for Target Observation SAP1", "description": "Preprocessing Pipeline for Target Observation SAP1",
...@@ -152,7 +149,7 @@ ...@@ -152,7 +149,7 @@
}, },
"storagemanager": "dysco" "storagemanager": "dysco"
}, },
"specifications_template": "<preprocessing schema URI>" "specifications_template": "preprocessing schema"
}, },
"Calibrator Observation 2": { "Calibrator Observation 2": {
"description": "Calibrator Observation for UC1 HBA scheduling unit", "description": "Calibrator Observation for UC1 HBA scheduling unit",
...@@ -167,7 +164,7 @@ ...@@ -167,7 +164,7 @@
"angle3": 0 "angle3": 0
} }
}, },
"specifications_template": "<calibrator schema URI>" "specifications_template": "calibrator schema"
}, },
"Pipeline 2": { "Pipeline 2": {
"description": "Preprocessing Pipeline for Calibrator Observation 2", "description": "Preprocessing Pipeline for Calibrator Observation 2",
...@@ -190,12 +187,11 @@ ...@@ -190,12 +187,11 @@
}, },
"storagemanager": "dysco" "storagemanager": "dysco"
}, },
"specifications_template": "<preprocessing schema URI>" "specifications_template": "preprocessing schema"
} }
}, },
"task_relations": [ "task_relations": [
{ {
"name": "Calibrator Observation 1 - Pipeline",
"producer": "Calibrator Observation 1", "producer": "Calibrator Observation 1",
"consumer": "Pipeline 1", "consumer": "Pipeline 1",
"tags": [], "tags": [],
...@@ -209,10 +205,9 @@ ...@@ -209,10 +205,9 @@
}, },
"dataformat": "MeasurementSet", "dataformat": "MeasurementSet",
"selection_doc": {}, "selection_doc": {},
"selection_template": "<All schema URI>" "selection_template": "All"
}, },
{ {
"name": "Calibrator Observation 2 - Pipeline",
"producer": "Calibrator Observation 2", "producer": "Calibrator Observation 2",
"consumer": "Pipeline 2", "consumer": "Pipeline 2",
"tags": [], "tags": [],
...@@ -226,10 +221,9 @@ ...@@ -226,10 +221,9 @@
}, },
"dataformat": "MeasurementSet", "dataformat": "MeasurementSet",
"selection_doc": {}, "selection_doc": {},
"selection_template": "<All schema URI>" "selection_template": "All"
}, },
{ {
"name": "Target Observation SAP0 - Pipeline",
"producer": "Target Observation", "producer": "Target Observation",
"consumer": "Pipeline SAP0", "consumer": "Pipeline SAP0",
"tags": [], "tags": [],
...@@ -247,10 +241,9 @@ ...@@ -247,10 +241,9 @@
0 0
] ]
}, },
"selection_template": "<SAP schema URI>" "selection_template": "SAP"
}, },
{ {
"name": "Target Observation SAP1 - Pipeline",
"producer": "Target Observation", "producer": "Target Observation",
"consumer": "Pipeline SAP1", "consumer": "Pipeline SAP1",
"tags": [], "tags": [],
...@@ -268,19 +261,17 @@ ...@@ -268,19 +261,17 @@
1 1
] ]
}, },
"selection_template": "<SAP schema URI>" "selection_template": "SAP"
} }
], ],
"task_scheduling_relations": [ "task_scheduling_relations": [
{ {
"name": "Calibrator 1 before Target",
"first": "Calibrator Observation 1", "first": "Calibrator Observation 1",
"second": "Target Observation", "second": "Target Observation",
"placement": "before", "placement": "before",
"time_offset": 60 "time_offset": 60
}, },
{ {
"name": "Calibrator 2 after Target",
"first": "Calibrator Observation 2", "first": "Calibrator Observation 2",
"second": "Target Observation", "second": "Target Observation",
"placement": "after", "placement": "after",
......
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