Skip to content

Commit 18adae2

Browse files
committed
- added 2025/doy46 dataset.
1 parent 9a6a81a commit 18adae2

File tree

3 files changed

+10
-18
lines changed

3 files changed

+10
-18
lines changed

samples/test_pppbds.py

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,12 @@
3636
file_bds = '../data/doy223/223v_bdsb2b.txt'
3737
xyz_ref = [-3962108.7007, 3381309.5532, 3668678.6648]
3838
else:
39-
ep = [2025, 2, 15, 13, 0, 0]
39+
ep = [2025, 2, 15, 17, 0, 0]
40+
navfile = '../data/doy2025-046/046r_rnx.nav' # Mosaic-X5
41+
obsfile = '../data/doy2025-046/046r_rnx.obs' # Mosaic-X5
42+
file_bds = '../data/doy2025-046/046r_bdsb2b.txt'
4043
xyz_ref = [-3962108.6836, 3381309.5672, 3668678.6720]
41-
# navfile = '../data/doy2025-046/BRD400DLR_S_20250460000_01D_MN.rnx'
42-
navfile = '../data/doy2025-046/046n_rnx.nav' # Mosaic-X5
43-
obsfile = '../data/doy2025-046/046n_rnx.obs' # Mosaic-X5
44-
# obsfile = '../data/doy2025-046/SEPT0460.25O'
45-
file_bds = '../data/doy2025-046/046n_bdsb2b.txt'
44+
4645

4746
time = epoch2time(ep)
4847
year = ep[0]

samples/test_pppmdc.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,9 @@
3838
xyz_ref = [-3962108.7007, 3381309.5532, 3668678.6648]
3939
else:
4040
ep = [2025, 2, 15, 17, 0, 0]
41-
# navfile = '../data/doy2025-046/046r_rnx.nav'
42-
# navfile = '../data/doy2025-046/SEPT0462.25P'
43-
navfile = '../data/doy2025-046/BRD400DLR_S_20250460000_01D_MN.rnx'
41+
navfile = '../data/doy2025-046/046r_rnx.nav' # Mosaic-X5
4442
obsfile = '../data/doy2025-046/046r_rnx.obs' # Mosaic-X5
45-
# obsfile = '../data/doy2025-046/SEPT0460.25O'
4643
file_l6 = '../data/doy2025-046/046r_qzsl6.txt'
47-
# navfile = '../data/doy2025-046/BRD400DLR_S_20250460000_01D_MN.rnx'
48-
# obsfile = '../data/doy2025-046/jav3046n.25o' # Javad DELTA-3S
49-
# navfile = '../data/doy2025-046/SEPT0463.25P'
50-
# obsfile = '../data/doy2025-046/SEPT0463.25O' # PolaRX5
5144
xyz_ref = [-3962108.6836, 3381309.5672, 3668678.6720]
5245

5346
time = epoch2time(ep)

samples/test_ppppvs.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
3232
# file_pvs = '../data/doy308/308c_sbas.txt'
3333
# xyz_ref = [-3962108.7007, 3381309.5532, 3668678.6648]
3434

35-
ep = [2025, 2, 15, 13, 0, 0]
35+
ep = [2025, 2, 15, 17, 0, 0]
3636
xyz_ref = [-3962108.6836, 3381309.5672, 3668678.6720]
37-
navfile = '../data/doy2025-046/046n_rnx.nav' # Mosaic-X5
38-
obsfile = '../data/doy2025-046/046n_rnx.obs' # Mosaic-X5
39-
file_pvs = '../data/doy2025-046/046n_sbas.txt' # Mosaic-X5
37+
navfile = '../data/doy2025-046/046r_rnx.nav' # Mosaic-X5
38+
obsfile = '../data/doy2025-046/046r_rnx.obs' # Mosaic-X5
39+
file_pvs = '../data/doy2025-046/046r_sbas.txt' # Mosaic-X5
4040

4141
elif icase == 2:
4242
ep = [2023, 12, 13, 12, 0, 0]

0 commit comments

Comments
 (0)