22
33 inputs_root : ./products/
44
5- atx_files : [ igs20.atx ]
5+ atx_files : [ igs20.atx,
6+ ../../../infra-terraform-swipos/services/tpp/main/assets/config/scheduled/TPPALL/Station_Files/ATX-Files/AGNES_individually_calibrated/*.atx ]
67 egm_files : [ tables/EGM2008.gfc ]
78 igrf_files : [ tables/igrf13coeffs.txt ]
89 erp_files : [ finals.data.iau2000.txt ]
@@ -28,11 +29,12 @@ inputs:
2829 - MAR3_RTCM
2930
3031 satellite_data :
31- satellite_data_root : " https://<USER>:<PASS>@www.swipos-dev.ch:8100/"
32- rtcm_inputs :
33- ssr_antenna_offset : APC
34- rtcm_inputs :
35- - ZIM2_RTCM_EPH
32+ # satellite_data_root: "https://<USER>:<PASS>@www.swipos-dev.ch:8100/"
33+ # rtcm_inputs:
34+ # ssr_antenna_offset: APC
35+ # rtcm_inputs:
36+ # - ZIM2_RTCM_EPH
37+ sp3_files : [COD0OPSULT.SP3]
3638
3739
3840outputs :
@@ -82,48 +84,19 @@ receiver_options:
8284 code_sigma : 0.3 # Standard deviation of code measurements, m
8385 phase_sigma : 0.003 # Standard deviation of phase measurmeents, m
8486
85- HOH2 :
86- receiver_type : " TRIMBLE NETR9" # (string)
87- antenna_type : " TRM59800.00 NONE" # (string)
88- apriori_position : [4372948.807, 596124.163, 4590551.337] # [floats]
89- models :
90- eccentricity :
91- enable : false
92- # enable: true
93- offset : [0.0000, 0.0000, 0.0015] # [floats]
94-
95- ZERM :
96- receiver_type : " TRIMBLE NETR9" # (string)
97- antenna_type : " TRM59800.00 NONE" # (string)
98- apriori_position : [4399182.965, 597294.450, 4566748.124] # [floats]
99- models :
100- eccentricity :
101- enable : false
102- # enable: true
103- offset : [0.0000, 0.0000, 0.0035] # [floats]
104-
105- MAR3 :
106- receiver_type : " TRIMBLE NETR9" # (string)
107- antenna_type : " TRM59800.00 NONE" # (string)
108- apriori_position : [4395302.796, 545180.726, 4575138.925] # [floats]
109- models :
110- eccentricity :
111- enable : true
112- # enable: true
113- offset : [0.0000, 0.0000, 0.0000] # [floats]
114-
11587processing_options :
11688
11789 process_modes :
118- # ppp: true
119- network : true
90+ ppp : true
91+ # network: true
12092
12193 epoch_control :
12294 epoch_interval : 1
12395 wait_all_receivers : 1
12496
12597 gnss_general :
12698 rec_reference_system : GPS
99+ require_antenna_details : false
127100
128101 sys_options :
129102 gps :
0 commit comments