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 @@
},
"required": ["SAPs"]
},
"flys_eye_enabled": {
"title": "Enable Fly's Eye",
"type": "boolean",
"default": false
},
"flys eye": {
"title": "Fly's Eye Settings",
"description": "Produce beams containing the individual station signals",
"type": "object",
"additionalProperties": false,
"default": {},
"properties": {
"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": {
"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