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