Skip to content
Snippets Groups Projects
Commit f87d189c authored by Marcel Loose's avatar Marcel Loose :sunglasses:
Browse files

BugID: 753

Changed Station ID's into Station names; both for `Strategy.Stations' and for
`Baselines.Station[12]'.
parent 926f0054
No related branches found
No related tags found
No related merge requests found
......@@ -20,12 +20,12 @@ Strategy:
. Integration:
. . Delta frequency: 1 (Hz)
. . Delta time: 0.1 (s)
. Stations: [ 0 1 2 3 ]
. Stations: [ CS* RS1* RS2* DE* ]
. Step: xyz1
. . Full name: xyz1
. . Baselines:
. . . Station1: [ 0 0 0 1 1 2 ]
. . . Station2: [ 0 1 2 1 2 2 ]
. . . Station1: [ CS* CS* CS* RS1* RS1* RS2* ]
. . . Station2: [ CS* RS1* RS2* RS1* RS2* RS2* ]
. . Correlation:
. . . Selection: CROSS
. . . Type:[ XX XY YX YY ]
......@@ -38,8 +38,8 @@ Strategy:
. . Step: sl1
. . . Full name: xyz1.sl1
. . . Baselines:
. . . . Station1: [ 0 1 ]
. . . . Station2: [ 1 2 ]
. . . . Station1: [ CS* RS1* ]
. . . . Station2: [ RS1* RS2* ]
. . . Correlation:
. . . . Selection: CROSS
. . . . Type:[ XX XY YX YY ]
......@@ -62,8 +62,8 @@ Strategy:
. . Step: sl2
. . . Full name: xyz1.sl2
. . . Baselines:
. . . . Station1: [ 0 0 0 1 1 2 ]
. . . . Station2: [ 0 1 2 1 2 2 ]
. . . . Station1: [ CS* CS* CS* RS1* RS1* RS2* ]
. . . . Station2: [ CS* RS1* RS2* RS1* RS2* RS2* ]
. . . Correlation:
. . . . Selection: CROSS
. . . . Type:[ XX XY YX YY ]
......@@ -77,8 +77,8 @@ Strategy:
. Step: xyz2
. . Full name: xyz2
. . Baselines:
. . . Station1: [ 0 0 1 ]
. . . Station2: [ 0 1 1 ]
. . . Station1: [ CS* CS* RS1* ]
. . . Station2: [ CS* RS1* RS1* ]
. . Correlation:
. . . Selection: NONE
. . . Type:[ ]
......@@ -91,8 +91,8 @@ Strategy:
. . Step: sl1
. . . Full name: xyz2.sl1
. . . Baselines:
. . . . Station1: [ 0 1 ]
. . . . Station2: [ 1 2 ]
. . . . Station1: [ CS* RS1* ]
. . . . Station2: [ RS1* RS2* ]
. . . Correlation:
. . . . Selection: NONE
. . . . Type:[ ]
......@@ -115,8 +115,8 @@ Strategy:
. . Step: sl3
. . . Full name: xyz2.sl3
. . . Baselines:
. . . . Station1: [ 0 0 1 ]
. . . . Station2: [ 0 1 1 ]
. . . . Station1: [ CS* CS* RS1* ]
. . . . Station2: [ CS* RS1* RS1* ]
. . . Correlation:
. . . . Selection: NONE
. . . . Type:[ ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment