Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LOFAR
Manage
Activity
Members
Labels
Plan
Issues
Wiki
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RadioObservatory
LOFAR
Commits
944ea2cc
Commit
944ea2cc
authored
15 years ago
by
Chris Broekema
Browse files
Options
Downloads
Patches
Plain Diff
Bug #1011: Add stations RS106 and RS208
parent
d901d4b9
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
RTCP/Run/src/OLAP.parset
+10
-0
10 additions, 0 deletions
RTCP/Run/src/OLAP.parset
RTCP/Run/src/Stations.py
+7
-1
7 additions, 1 deletion
RTCP/Run/src/Stations.py
with
17 additions
and
1 deletion
RTCP/Run/src/OLAP.parset
+
10
−
0
View file @
944ea2cc
#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]
...
...
This diff is collapsed.
Click to expand it.
RTCP/Run/src/Stations.py
+
7
−
1
View file @
944ea2cc
...
...
@@ -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
'
])]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment