diff --git a/RTCP/Run/src/LOFAR/Stations.py b/RTCP/Run/src/LOFAR/Stations.py index 555df076c055161ff1374bfb714f021b7af71ae1..e088005abc0853be5a64ba604efe014e3aa0c423 100755 --- a/RTCP/Run/src/LOFAR/Stations.py +++ b/RTCP/Run/src/LOFAR/Stations.py @@ -208,6 +208,10 @@ def defineStations( s ): "RS503LBA": [Station('RS503LBA', '10.170.0.170', defaultPorts)], "RS503HBA": [Station('RS503HBA', '10.170.0.170', defaultPorts)], + # CS030 + "CS030LBA": [Station('CS030LBA', '10.170.0.153', defaultPorts)], + "CS030HBA": [Station('CS030HBA', '10.170.0.153', defaultPorts)], + # DE601, a.k.a. Effelsberg "DE601LBA": [Station('DE601LBA', '10.170.0.178', ports( [4358,4359,4363,4364] ))], } )