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

TMSS-379: user default superterp station group

parent 887902e0
No related branches found
No related tags found
2 merge requests!260syncing cob-master with master again,!247Resolve TMSS-379 "Input"
...@@ -6,14 +6,12 @@ ...@@ -6,14 +6,12 @@
"version": 1, "version": 1,
"type": "object", "type": "object",
"properties": { "properties": {
"stations": { "station_groups": {
"$ref": "http://tmss.lofar.org/api/schemas/commonschematemplate/stations/1#/definitions/stations", "$ref": "http://tmss.lofar.org/api/schemas/commonschematemplate/stations/1#/definitions/station_groups",
"default": [ "default": [ {
{ "stations": ["CS002", "CS003", "CS004", "CS005", "CS006", "CS007"],
"list": ["CS001"], "max_nr_missing": 1
"max_missing": 0 } ]
}
]
}, },
"antenna_set": { "antenna_set": {
"$ref": "http://tmss.lofar.org/api/schemas/commonschematemplate/stations/1/#/definitions/antenna_set", "$ref": "http://tmss.lofar.org/api/schemas/commonschematemplate/stations/1/#/definitions/antenna_set",
...@@ -136,7 +134,7 @@ ...@@ -136,7 +134,7 @@
} }
}, },
"required": [ "required": [
"stations", "station_groups",
"antenna_set", "antenna_set",
"filter", "filter",
"SAPs", "SAPs",
......
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