-
Notifications
You must be signed in to change notification settings - Fork 30
PCV are wrongly loaded from antex file #3
Copy link
Copy link
Open
Description
I noticed that the PCV obtained by adding an ANTEX file are badly shaped. The PCV matrix is filled column-wise instead of row-wise.
Here is my investigation:
gnav = gt.Gnav(path_nav);
gnav.readSP3(path_sp3);
gnav.readSatPCV(path_atx,gt.Gtime([2023, 1, 1, 0, 0, 0]).ep);After doing this, I obtain the following pco matrix for E02: gnav.pcv(61).off
0.1213 -0.0092 0
-0.0091 0.7729 0
0.8818 0 0
0 0 0
0 0 0
0 0 0
0.1227 0 0
I would expect this, which would also be coherent with the content of the ATX file.
0.1213 -0.0091 0.8818
0 0 0
0.1227 -0.0092 0.7729
0 0 0
0 0 0
0 0 0
0 0 0
I noticed this issue while comparing SP3 satellite positions, which are also slightly offset due to the wrong PCO.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels