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

TMSS-745: added scheduling constraints

parent 10b22db4
No related branches found
No related tags found
3 merge requests!634WIP: COBALT commissioning delta,!504TMSS-745: Responsive Telescope,!481Draft: SW-971 SW-973 SW-975: Various fixes to build LOFAR correctly.
...@@ -1111,6 +1111,20 @@ ...@@ -1111,6 +1111,20 @@
} }
], ],
"task_scheduling_relations":[ "task_scheduling_relations":[
],
] "scheduling_constraints_template": "constraints",
"scheduling_constraints_doc": {
"sky": {
"min_distance": {
"sun": 0,
"moon": 0,
"jupiter": 0
},
"transit_offset": {
"to": 21600,
"from": -21600
},
"min_target_elevation": 0.261666666667
}
}
} }
...@@ -511,5 +511,20 @@ ...@@ -511,5 +511,20 @@
], ],
"name": "Tile Beam" "name": "Tile Beam"
} }
] ],
"scheduling_constraints_template": "constraints",
"scheduling_constraints_doc": {
"sky": {
"min_distance": {
"sun": 0,
"moon": 0,
"jupiter": 0
},
"transit_offset": {
"to": 21600,
"from": -21600
},
"min_target_elevation": 0.261666666667
}
}
} }
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