Skip to content

Commit

Permalink
Some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gjn committed Jul 24, 2024
1 parent e9cd3bf commit c9a3043
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions exampleConfigs/lt_rt_ppp_example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ inputs:

inputs_root: ./products/

atx_files: [ igs20.atx ]
atx_files: [ igs20.atx,
../../../infra-terraform-swipos/services/tpp/main/assets/config/scheduled/TPPALL/Station_Files/ATX-Files/AGNES_individually_calibrated/*.atx ]
egm_files: [ tables/EGM2008.gfc ]
igrf_files: [ tables/igrf13coeffs.txt ]
erp_files: [ finals.data.iau2000.txt ]
Expand All @@ -28,11 +29,12 @@ inputs:
- MAR3_RTCM

satellite_data:
satellite_data_root: "https://<USER>:<PASS>@www.swipos-dev.ch:8100/"
rtcm_inputs:
ssr_antenna_offset: APC
rtcm_inputs:
- ZIM2_RTCM_EPH
#satellite_data_root: "https://<USER>:<PASS>@www.swipos-dev.ch:8100/"
#rtcm_inputs:
# ssr_antenna_offset: APC
# rtcm_inputs:
# - ZIM2_RTCM_EPH
sp3_files: [COD0OPSULT.SP3]


outputs:
Expand Down Expand Up @@ -84,7 +86,7 @@ receiver_options:

HOH2:
receiver_type: "TRIMBLE NETR9" # (string)
antenna_type: "TRM59800.00 NONE" # (string)
antenna_type: "TRM59800.00 NONE " # (string)
apriori_position: [4372948.807, 596124.163, 4590551.337] # [floats]
models:
eccentricity:
Expand All @@ -94,7 +96,7 @@ receiver_options:

ZERM:
receiver_type: "TRIMBLE NETR9" # (string)
antenna_type: "TRM59800.00 NONE" # (string)
antenna_type: "TRM59800.00 NONE " # (string)
apriori_position: [4399182.965, 597294.450, 4566748.124] # [floats]
models:
eccentricity:
Expand All @@ -104,7 +106,7 @@ receiver_options:

MAR3:
receiver_type: "TRIMBLE NETR9" # (string)
antenna_type: "TRM59800.00 NONE" # (string)
antenna_type: "TRM59800.00 NONE " # (string)
apriori_position: [4395302.796, 545180.726, 4575138.925] # [floats]
models:
eccentricity:
Expand All @@ -115,15 +117,16 @@ receiver_options:
processing_options:

process_modes:
#ppp: true
network: true
ppp: true
#network: true

epoch_control:
epoch_interval: 1
wait_all_receivers: 1

gnss_general:
rec_reference_system: GPS
require_antenna_details: false

sys_options:
gps:
Expand Down

0 comments on commit c9a3043

Please sign in to comment.