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

TMSS-528: moved enabled into flyseye object. made all properties required

parent 5f42a54d
No related branches found
No related tags found
1 merge request!366Resolve TMSS-528 "Beamformer support"
...@@ -206,22 +206,25 @@ ...@@ -206,22 +206,25 @@
}, },
"required": ["SAPs"] "required": ["SAPs"]
}, },
"flys_eye_enabled": {
"title": "Enable Fly's Eye",
"type": "boolean",
"default": false
},
"flys eye": { "flys eye": {
"title": "Fly's Eye Settings", "title": "Fly's Eye Settings",
"description": "Produce beams containing the individual station signals", "description": "Produce beams containing the individual station signals",
"type": "object", "type": "object",
"additionalProperties": false, "additionalProperties": false,
"default": {},
"properties": { "properties": {
"settings": { "settings": {
"$ref": "http://tmss.lofar.org/api/schemas/commonschematemplate/beamforming/1#/definitions/stokes_settings" "$ref": "http://tmss.lofar.org/api/schemas/commonschematemplate/beamforming/1#/definitions/stokes_settings"
},
"enabled": {
"title": "Enable Fly's Eye",
"type": "boolean",
"default": false
} }
}, },
"required": [ "settings" ] "required": [
"settings",
"enabled"]
}, },
"stations": { "stations": {
"description": "Stations to beam form. Empty list = beam form all stations in the observation.", "description": "Stations to beam form. Empty list = beam form all stations in the observation.",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment