Skip to content

Commit 5aabbf4

Browse files
committed
- updated QZS signal from L2C -> L5
1 parent fe7767f commit 5aabbf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/test_pppmdc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def decode_msg(v, tow, prn_ref, l6_ch=0, prn_ref_ext=0, l6_ch_ext=0):
106106
# Define signals to be processed
107107

108108
# sig_t = {'G': ['1C', '2W'], 'E': ['1C', '5Q']} # GE
109-
sig_t = {'G': ['1C', '2W'], 'E': ['1C', '5Q'], 'J': ['1C', '2L'],
109+
sig_t = {'G': ['1C', '2W'], 'E': ['1C', '5Q'], 'J': ['1C', '5Q'],
110110
'R': ['1C', '2C'], 'C': ['2I', '5P']} # GEJRC
111111

112112
sigs, nav.nf = proc.init_sig(sig_t)

0 commit comments

Comments
 (0)