WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit c9a3043

Browse files
committed
Some changes
1 parent e9cd3bf commit c9a3043

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

exampleConfigs/lt_rt_ppp_example.yaml

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ inputs:
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

3840
outputs:
@@ -84,7 +86,7 @@ receiver_options:
8486

8587
HOH2:
8688
receiver_type: "TRIMBLE NETR9" # (string)
87-
antenna_type: "TRM59800.00 NONE" # (string)
89+
antenna_type: "TRM59800.00 NONE " # (string)
8890
apriori_position: [4372948.807, 596124.163, 4590551.337] # [floats]
8991
models:
9092
eccentricity:
@@ -94,7 +96,7 @@ receiver_options:
9496

9597
ZERM:
9698
receiver_type: "TRIMBLE NETR9" # (string)
97-
antenna_type: "TRM59800.00 NONE" # (string)
99+
antenna_type: "TRM59800.00 NONE " # (string)
98100
apriori_position: [4399182.965, 597294.450, 4566748.124] # [floats]
99101
models:
100102
eccentricity:
@@ -104,7 +106,7 @@ receiver_options:
104106

105107
MAR3:
106108
receiver_type: "TRIMBLE NETR9" # (string)
107-
antenna_type: "TRM59800.00 NONE" # (string)
109+
antenna_type: "TRM59800.00 NONE " # (string)
108110
apriori_position: [4395302.796, 545180.726, 4575138.925] # [floats]
109111
models:
110112
eccentricity:
@@ -115,15 +117,16 @@ receiver_options:
115117
processing_options:
116118

117119
process_modes:
118-
#ppp: true
119-
network: true
120+
ppp: true
121+
#network: true
120122

121123
epoch_control:
122124
epoch_interval: 1
123125
wait_all_receivers: 1
124126

125127
gnss_general:
126128
rec_reference_system: GPS
129+
require_antenna_details: false
127130

128131
sys_options:
129132
gps:

0 commit comments

Comments
 (0)