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

TMSS-379: use Dutch+International+Int_req stations for UC1

parent d3a2a8d2
No related branches found
No related tags found
2 merge requests!260syncing cob-master with master again,!247Resolve TMSS-379 "Input"
...@@ -62,18 +62,18 @@ ...@@ -62,18 +62,18 @@
}, },
"antenna_set": "HBA_DUAL_INNER", "antenna_set": "HBA_DUAL_INNER",
"filter": "HBA_110_190", "filter": "HBA_110_190",
"stations": [ "station_groups": [
{ {
"group": "DUTCH", "stations": ["CS001", "CS002", "CS003", "CS004", "CS005", "CS006", "CS007", "CS011", "CS013", "CS017", "CS021", "CS024", "CS026", "CS028", "CS030", "CS031", "CS032", "CS301", "CS302", "CS401", "CS501", "RS106", "RS205", "RS208", "RS210", "RS305", "RS306", "RS307", "RS310", "RS406", "RS407", "RS409", "RS503", "RS508", "RS509"],
"max_missing": 4 "max_nr_missing": 4
}, },
{ {
"group": "INTERNATIONAL", "stations": ["DE601", "DE602", "DE603", "DE604", "DE605", "DE609", "FR606", "SE607", "UK608", "PL610", "PL611", "PL612", "IE613", "LV614"],
"max_missing": 2 "max_nr_missing": 2
}, },
{ {
"group": "INTERNATIONAL_REQUIRED", "stations": ["DE601", "DE605"],
"max_missing": 1 "max_nr_missing": 1
} }
], ],
"tile_beam": { "tile_beam": {
......
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