Skip to content

PCV are wrongly loaded from antex file #3

@plutonheaven

Description

@plutonheaven

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions