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: ...@@ -20,12 +20,12 @@ Strategy:
. Integration: . Integration:
. . Delta frequency: 1 (Hz) . . Delta frequency: 1 (Hz)
. . Delta time: 0.1 (s) . . Delta time: 0.1 (s)
. Stations: [ 0 1 2 3 ] . Stations: [ CS* RS1* RS2* DE* ]
. Step: xyz1 . Step: xyz1
. . Full name: xyz1 . . Full name: xyz1
. . Baselines: . . Baselines:
. . . Station1: [ 0 0 0 1 1 2 ] . . . Station1: [ CS* CS* CS* RS1* RS1* RS2* ]
. . . Station2: [ 0 1 2 1 2 2 ] . . . Station2: [ CS* RS1* RS2* RS1* RS2* RS2* ]
. . Correlation: . . Correlation:
. . . Selection: CROSS . . . Selection: CROSS
. . . Type:[ XX XY YX YY ] . . . Type:[ XX XY YX YY ]
...@@ -38,8 +38,8 @@ Strategy: ...@@ -38,8 +38,8 @@ Strategy:
. . Step: sl1 . . Step: sl1
. . . Full name: xyz1.sl1 . . . Full name: xyz1.sl1
. . . Baselines: . . . Baselines:
. . . . Station1: [ 0 1 ] . . . . Station1: [ CS* RS1* ]
. . . . Station2: [ 1 2 ] . . . . Station2: [ RS1* RS2* ]
. . . Correlation: . . . Correlation:
. . . . Selection: CROSS . . . . Selection: CROSS
. . . . Type:[ XX XY YX YY ] . . . . Type:[ XX XY YX YY ]
...@@ -55,15 +55,15 @@ Strategy: ...@@ -55,15 +55,15 @@ Strategy:
. . . . Convergence threshold: 1e-07 . . . . Convergence threshold: 1e-07
. . . . Min fraction converged: 0.95 . . . . Min fraction converged: 0.95
. . . . Solvable parameters: [ PHASE:* ] . . . . Solvable parameters: [ PHASE:* ]
. . . . Excluded parameters: [ ] . . . . Excluded parameters: [ ]
. . . . Domain size: . . . . Domain size:
. . . . . Bandwidth: 1000 (Hz) . . . . . Bandwidth: 1000 (Hz)
. . . . . Time interval: 1 (s) . . . . . Time interval: 1 (s)
. . Step: sl2 . . Step: sl2
. . . Full name: xyz1.sl2 . . . Full name: xyz1.sl2
. . . Baselines: . . . Baselines:
. . . . Station1: [ 0 0 0 1 1 2 ] . . . . Station1: [ CS* CS* CS* RS1* RS1* RS2* ]
. . . . Station2: [ 0 1 2 1 2 2 ] . . . . Station2: [ CS* RS1* RS2* RS1* RS2* RS2* ]
. . . Correlation: . . . Correlation:
. . . . Selection: CROSS . . . . Selection: CROSS
. . . . Type:[ XX XY YX YY ] . . . . Type:[ XX XY YX YY ]
...@@ -77,8 +77,8 @@ Strategy: ...@@ -77,8 +77,8 @@ Strategy:
. Step: xyz2 . Step: xyz2
. . Full name: xyz2 . . Full name: xyz2
. . Baselines: . . Baselines:
. . . Station1: [ 0 0 1 ] . . . Station1: [ CS* CS* RS1* ]
. . . Station2: [ 0 1 1 ] . . . Station2: [ CS* RS1* RS1* ]
. . Correlation: . . Correlation:
. . . Selection: NONE . . . Selection: NONE
. . . Type:[ ] . . . Type:[ ]
...@@ -91,8 +91,8 @@ Strategy: ...@@ -91,8 +91,8 @@ Strategy:
. . Step: sl1 . . Step: sl1
. . . Full name: xyz2.sl1 . . . Full name: xyz2.sl1
. . . Baselines: . . . Baselines:
. . . . Station1: [ 0 1 ] . . . . Station1: [ CS* RS1* ]
. . . . Station2: [ 1 2 ] . . . . Station2: [ RS1* RS2* ]
. . . Correlation: . . . Correlation:
. . . . Selection: NONE . . . . Selection: NONE
. . . . Type:[ ] . . . . Type:[ ]
...@@ -108,15 +108,15 @@ Strategy: ...@@ -108,15 +108,15 @@ Strategy:
. . . . Convergence threshold: 1e-07 . . . . Convergence threshold: 1e-07
. . . . Min fraction converged: 0.95 . . . . Min fraction converged: 0.95
. . . . Solvable parameters: [ PHASE:* ] . . . . Solvable parameters: [ PHASE:* ]
. . . . Excluded parameters: [ ] . . . . Excluded parameters: [ ]
. . . . Domain size: . . . . Domain size:
. . . . . Bandwidth: 1000 (Hz) . . . . . Bandwidth: 1000 (Hz)
. . . . . Time interval: 1 (s) . . . . . Time interval: 1 (s)
. . Step: sl3 . . Step: sl3
. . . Full name: xyz2.sl3 . . . Full name: xyz2.sl3
. . . Baselines: . . . Baselines:
. . . . Station1: [ 0 0 1 ] . . . . Station1: [ CS* CS* RS1* ]
. . . . Station2: [ 0 1 1 ] . . . . Station2: [ CS* RS1* RS1* ]
. . . Correlation: . . . Correlation:
. . . . Selection: NONE . . . . Selection: NONE
. . . . Type:[ ] . . . . Type:[ ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment