Skip to content

Commit c8e9669

Browse files
committed
- update config filename for ppp.
- moved cssr2rtcm from samples to receiver
1 parent d079672 commit c8e9669

File tree

8 files changed

+6
-7
lines changed

8 files changed

+6
-7
lines changed

samples/config_ppprtk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ nav:
3838
thresar: 2.0 # AR acceptance threshold
3939
elmaskar: 15.0
4040

41-
parmode: 2 # Partial AR 1: normal, 2: PAR
41+
parmode: 1 # Partial AR 1: normal, 2: PAR
4242
par_P0: 0.995 # probability of sussefull AR
4343

4444
cs:

samples/test_pppbds.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def decode_msg(v, tow, prn_ref):
2020
return msg
2121

2222

23-
config = load_config('config.yml')
23+
config = load_config('config_ppp.yml')
2424

2525
# Select test case
2626
#

samples/test_ppphas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from cssrlib.rinex import rnxdec
1111
from cssrlib.utils import process
1212

13-
config = load_config('config.yml')
13+
config = load_config('config_ppp.yml')
1414

1515
# Select test case
1616
#

samples/test_pppigs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from cssrlib.rinex import rnxdec
1010
from cssrlib.utils import process
1111

12-
config = load_config('config.yml')
12+
config = load_config('config_ppp.yml')
1313

1414
# Start epoch and number of epochs
1515
#

samples/test_pppmdc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from cssrlib.rinex import rnxdec
1313
from cssrlib.utils import process
1414

15-
config = load_config('config.yml')
15+
config = load_config('config_ppp.yml')
1616

1717

1818
def decode_msg(v, tow, prn_ref, l6_ch=0, prn_ref_ext=0, l6_ch_ext=0):

samples/test_ppppvs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from cssrlib.cssr_pvs import decode_sinca_line
1313
from cssrlib.utils import process
1414

15-
config = load_config('config.yml')
15+
config = load_config('config_ppp.yml')
1616

1717
# Select test case
1818
#

samples/test_ppprtcm.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"""
44

55
import os
6-
from copy import deepcopy
76
from cssrlib.gnss import Nav, load_config, time2doy, timediff, epoch2time
87
from cssrlib.cssrlib import sCSSRTYPE, sCType
98
from cssrlib.rtcm import rtcm

0 commit comments

Comments
 (0)