File tree Expand file tree Collapse file tree 1 file changed +46
-0
lines changed
Expand file tree Collapse file tree 1 file changed +46
-0
lines changed Original file line number Diff line number Diff line change 1+ # config.yml for PPP-RTK (static)
2+
3+ elmin : 10.0 # minimum elevation [deg]
4+ atxfile : ' ../data/antex/igs20.atx' # ANTEX file
5+ griddef : ' ../data/clas_grid.def' # grid defintion for local correction
6+
7+ nav :
8+ monlevel : 1
9+ pmode : 0 # positioning mode 0:static, 1:kinematic
10+ csmooth : False # carrier smoothing is enabled
11+ ephopt : 2 # SSR-APC
12+ trop_opt : 2
13+ iono_opt : 2
14+ phw_opt : 2
15+ trop_model : ' SAAST'
16+ iono_model : ' KLOBUCHAR'
17+
18+ eratio : [50.0, 50.0]
19+ err : [0, 0.007, 0.0035]
20+
21+ # initial value of covariance
22+ sig_p0 : 100.0 # [m]
23+ sig_v0 : 1.0 # [m/s]
24+ sig_ztd0 : 0.1 # [m]
25+ sig_ion0 : 10.0 # [m]
26+ sig_n0 : 30.0 # [cyc]
27+
28+ # Process noise sigma
29+ # sig_qp: 100.0
30+ sig_qp : 0.01 # [m/sqrt(s)]
31+ sig_qv : 1.0 # [m]
32+ sig_qztd : 0.0008 # [m]
33+ sig_qion : 10.0 # [m]
34+ sig_qb : 0.0001 # [m]
35+
36+ # AR parameters
37+ armode : 3 # 0:float-ppp,1:continuous,2:instantaneous,3:fix-and-hold
38+ thresar : 2.0 # AR acceptance threshold
39+ elmaskar : 15.0
40+
41+ parmode : 2 # Partial AR 1: normal, 2: PAR
42+ par_P0 : 0.995 # probability of sussefull AR
43+
44+ cs :
45+ monlevel : 1
46+
You can’t perform that action at this time.
0 commit comments