Skip to content
Snippets Groups Projects
Commit 944ea2cc authored by Chris Broekema's avatar Chris Broekema
Browse files

Bug #1011: Add stations RS106 and RS208

parent d901d4b9
No related branches found
No related tags found
No related merge requests found
#Keep the antenna positions in ITRF2005 coordinates, epoch 2009.25.
#Storing a position on earth given as (X,Y,Z) in (M,M,M)
PIC.Core.RS106LBA.phaseCenter = [3829261.468 , 469162.237 , 5062137.281 ]
PIC.Core.RS106LBA.position = [3829261.468 , 469162.237 , 5062137.281 ]
PIC.Core.RS106HBA.phaseCenter = [3829205.641 , 469142.485 , 5062180.973 ]
PIC.Core.RS106HBA.position = [3829205.641 , 469142.485 , 5062180.973 ]
PIC.Core.RS208LBA.phaseCenter = [3847753.353 , 466962.762 , 5048397.215 ]
PIC.Core.RS208LBA.position = [3847753.353 , 466962.762 , 5048397.215 ]
PIC.Core.RS208HBA.phaseCenter = [3847810.094 , 466929.659 , 5048357.193 ]
PIC.Core.RS208HBA.position = [3847810.094 , 466929.659 , 5048357.193 ]
PIC.Core.CS302LBA.phaseCenter = [3827945.959604251, 459792.591307241, 5063989.987604071]
PIC.Core.CS302LBA.position = [3827945.959604251, 459792.591307241, 5063989.987604071]
PIC.Core.CS302HBA0.phaseCenter = [3827973.269609978, 459728.57630928187, 5063975.271605821]
......
......@@ -14,7 +14,7 @@ class Station(object):
return self.name
def getPset(self, partition):
return IONodes.get(partition).index(self.ionode)
return IONodes.get(partition).index(self.ionode)
def getIONode(self):
return self.ionode
......@@ -22,6 +22,12 @@ class Station(object):
# Full station mode
RS106LBA = [Station('RS106LBA', '10.170.0.174', ['10.170.0.174:4346', '10.170.0.174:4347', '10.170.0.174:4348', '10.170.0.174:4349'])]
RS106HBA = [Station('RS106HBA', '10.170.0.174', ['10.170.0.174:4346', '10.170.0.174:4347', '10.170.0.174:4348', '10.170.0.174:4349'])]
RS208LBA = [Station('RS208LBA', '10.170.0.162', ['10.170.0.162:4346', '10.170.0.162:4347', '10.170.0.162:4348', '10.170.0.162:4349'])]
RS208HBA = [Station('RS208HBA', '10.170.0.162', ['10.170.0.162:4346', '10.170.0.162:4347', '10.170.0.162:4348', '10.170.0.162:4349'])]
CS302LBA = [Station('CS302LBA', '10.170.0.21', ['10.170.0.21:4346', '10.170.0.21:4347', '10.170.0.21:4348', '10.170.0.21:4349'])]
CS302HBA = [Station('CS302HBA', '10.170.0.21', ['10.170.0.21:4346', '10.170.0.21:4347', '10.170.0.21:4348', '10.170.0.21:4349'])]
CS302HBA0 = [Station('CS302HBA0', '10.170.0.21', ['10.170.0.21:4346', '10.170.0.21:4347', '10.170.0.21:4348', '10.170.0.21:4349'])]
......
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