Skip to content
Snippets Groups Projects
Commit 08d1e19e authored by Jan David Mol's avatar Jan David Mol
Browse files

Bug 1302: Added 'mol' to the relevant run scripts and tweaked his list

of stations.
parent 88d585ad
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,7 @@ romein = UserId(bgfen0,'romein')
lofarsys = UserId(bgfen0,'lofarsys')
broekema = UserId(bgfen0,'broekema')
nieuwpoo = UserId(bgfen0,'nieuwpoo')
mol = UserId(bgfen0,'mol')
IONodes = dict({ \
'R000-B00' : [ \
......
......@@ -210,9 +210,15 @@ PIC.Core.B01.phaseCenter = [3826815.56096, 460986.585898, 5064718.84237]
PIC.Core.B01_0.position = [3826815.56096, 460986.585898, 5064718.84237]
PIC.Core.B01_1.position = [3826815.56096, 460986.585898, 5064718.84237]
PIC.Core.B02.phaseCenter = [3826815.56096, 460986.585898, 5064718.84237]
PIC.Core.B02_0.position = [3826815.56096, 460986.585898, 5064718.84237]
PIC.Core.B02_1.position = [3826815.56096, 460986.585898, 5064718.84237]
#PIC.Core.B02.phaseCenter = [3826815.56096, 460986.585898, 5064718.84237]
#PIC.Core.B02_0.position = [3826815.56096, 460986.585898, 5064718.84237]
#PIC.Core.B02_1.position = [3826815.56096, 460986.585898, 5064718.84237]
# copies of CS001, CS010 phase centers
PIC.Core.B02a.phaseCenter = [3826967.64713, 460904.072585, 5064612.8258]
PIC.Core.B02a.position = [3826967.64713, 460904.072585, 5064612.8258]
PIC.Core.B02b.phaseCenter = [3826815.56096, 460986.585898, 5064718.84237]
PIC.Core.B02b.position = [3826815.56096, 460986.585898, 5064718.84237]
PIC.Core.B03.phaseCenter = [3826815.56096, 460986.585898, 5064718.84237]
PIC.Core.B03_0.position = [3826815.56096, 460986.585898, 5064718.84237]
......
......@@ -34,7 +34,7 @@ def doObservation(obsID, parset):
rsp.selectRCUs([0, 1, 2, 8, 9])
rsp.setWG([2], 60e6)
mapTable = dict({'gels': gels, 'lofarsys': lofarsys, 'romein': romein, 'broekema': broekema, 'nieuwpoo': nieuwpoo})
mapTable = dict({'gels': gels, 'lofarsys': lofarsys, 'romein': romein, 'broekema': broekema, 'nieuwpoo': nieuwpoo, 'mol': mol})
logname = os.environ.get("LOGNAME", os.environ.get("USERNAME"))
if mapTable.has_key(logname):
userId = mapTable.get(logname)
......
......@@ -90,9 +90,11 @@ B01_2 = [Station('B01_2', '10.170.0.6', ['10.170.0.6:4346'])]
B01_3 = [Station('B01_3', '10.170.0.6', ['10.170.0.6:4346'])]
B01 = B01_0 + B01_1 + B01_2 + B01_3
B02_0 = [Station('B02_0', '10.170.0.9', ['10.170.0.9:4346', '10.170.0.9:4347', '10.170.0.9:4348', '10.170.0.9:4349'])]
B02_1 = [Station('B02_1', '10.170.0.10', ['10.170.0.10:4346', '10.170.0.10:4347', '10.170.0.10:4348', '10.170.0.10:4349'])]
B02 = B02_0 + B02_1
#B02_0 = [Station('B02_0', '10.170.0.9', ['10.170.0.9:4346'])]
B02a = [Station('B02a', '10.170.0.9', ['10.170.0.9:4346', '10.170.0.9:4347', '10.170.0.9:4348', '10.170.0.9:4349'])]
B02b = [Station('B02b', '10.170.0.10', ['10.170.0.10:4346', '10.170.0.10:4347', '10.170.0.10:4348', '10.170.0.10:4349'])]
B02 = B02a + B02b
#B02 = B02_0
B03_0 = [Station('B03_0', '10.170.0.13', ['10.170.0.13:4346', '10.170.0.13:4347', '10.170.0.13:4348', '10.170.0.13:4349'])]
B03_1 = [Station('B03_1', '10.170.0.14', ['10.170.0.14:4346', '10.170.0.14:4347', '10.170.0.14:4348', '10.170.0.14:4349'])]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment