Skip to content

Commit becef27

Browse files
committed
- updated elvation for ar.
1 parent c8e9669 commit becef27

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

samples/config_ppprtk.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ nav:
3636
# AR parameters
3737
armode: 3 # 0:float-ppp,1:continuous,2:instantaneous,3:fix-and-hold
3838
thresar: 2.0 # AR acceptance threshold
39-
elmaskar: 15.0
39+
elmaskar: 20.0
40+
elmin: 10.0
4041

4142
parmode: 1 # Partial AR 1: normal, 2: PAR
4243
par_P0: 0.995 # probability of sussefull AR

samples/test_ppprtk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def decode_msg(v, tow, l6_ch, prn_ref):
2929
l6_mode = 0 # 0: from receiver log, 1: from archive on QZSS
3030
dataset = 3
3131
nep = 900*4
32-
nep = 60
32+
# nep = 60
3333

3434
navfile = None
3535
file_l6 = None

0 commit comments

Comments
 (0)