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

TMSS-745: include scheduling constraints as user editable parameters

parent 5078b345
Branches
Tags
3 merge requests!634WIP: COBALT commissioning delta,!504TMSS-745: Responsive Telescope,!481Draft: SW-971 SW-973 SW-975: Various fixes to build LOFAR correctly.
Showing
with 36 additions and 0 deletions
...@@ -190,6 +190,10 @@ ...@@ -190,6 +190,10 @@
} }
}, },
"parameters":[ "parameters":[
{
"name": "Scheduling Constraints",
"refs": ["#/scheduling_constraints_doc"]
},
{ {
"name":"Target Name", "name":"Target Name",
"refs":[ "refs":[
......
...@@ -713,6 +713,10 @@ ...@@ -713,6 +713,10 @@
} }
}, },
"parameters":[ "parameters":[
{
"name": "Scheduling Constraints",
"refs": ["#/scheduling_constraints_doc"]
},
{ {
"name":"Target 1 Name", "name":"Target 1 Name",
"refs":[ "refs":[
......
...@@ -365,6 +365,10 @@ ...@@ -365,6 +365,10 @@
} }
}, },
"parameters": [ "parameters": [
{
"name": "Scheduling Constraints",
"refs": ["#/scheduling_constraints_doc"]
},
{ {
"refs": [ "refs": [
"#/tasks/Target Observation/specifications_doc/SAPs/0/digital_pointing" "#/tasks/Target Observation/specifications_doc/SAPs/0/digital_pointing"
......
...@@ -898,6 +898,10 @@ ...@@ -898,6 +898,10 @@
} }
}, },
"parameters": [ "parameters": [
{
"name": "Scheduling Constraints",
"refs": ["#/scheduling_constraints_doc"]
},
{ {
"name": "Target Name", "name": "Target Name",
"refs": [ "refs": [
......
...@@ -971,6 +971,10 @@ ...@@ -971,6 +971,10 @@
} }
}, },
"parameters":[ "parameters":[
{
"name": "Scheduling Constraints",
"refs": ["#/scheduling_constraints_doc"]
},
{ {
"name":"Duration", "name":"Duration",
"refs":[ "refs":[
......
...@@ -489,6 +489,10 @@ ...@@ -489,6 +489,10 @@
"task_scheduling_relations": [ "task_scheduling_relations": [
], ],
"parameters": [ "parameters": [
{
"name": "Scheduling Constraints",
"refs": ["#/scheduling_constraints_doc"]
},
{ {
"refs": [ "refs": [
"#/tasks/Observation/specifications_doc/duration" "#/tasks/Observation/specifications_doc/duration"
......
...@@ -171,6 +171,10 @@ ...@@ -171,6 +171,10 @@
}, },
"scheduling_constraints_template": "constraints", "scheduling_constraints_template": "constraints",
"parameters": [ "parameters": [
{
"name": "Scheduling Constraints",
"refs": ["#/scheduling_constraints_doc"]
},
{ {
"refs": [ "refs": [
"#/tasks/Observation/specifications_doc/duration" "#/tasks/Observation/specifications_doc/duration"
......
...@@ -129,6 +129,10 @@ ...@@ -129,6 +129,10 @@
} }
}, },
"parameters": [ "parameters": [
{
"name": "Scheduling Constraints",
"refs": ["#/scheduling_constraints_doc"]
},
{ {
"refs": [ "refs": [
"#/tasks/Observation/specifications_doc/duration" "#/tasks/Observation/specifications_doc/duration"
......
...@@ -68,6 +68,10 @@ ...@@ -68,6 +68,10 @@
} }
}, },
"parameters": [ "parameters": [
{
"name": "Scheduling Constraints",
"refs": ["#/scheduling_constraints_doc"]
},
{ {
"refs": [ "refs": [
"#/tasks/Observation/specifications_doc/duration" "#/tasks/Observation/specifications_doc/duration"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment