RINEX/CSV logging GALILEO orbits

Hello,

I recently wrote a unit test for my calculation algorithm for satellite orbits, which uses the ephemeris data in the ‘RINEX Logging’ Nav Data files from Skydel and compare them to the ECEF positions inside the ‘Raw logging (csv)’ data.

For GPS satellites this works quite well, but for GALILEO my calculated ECEF positions are far away from the ones in Skydel’s csv files. As GPS and GALILEO use the same type of algorithm to compute ECEF positions out of ephemeris data this seemed strange.
The only difference in my algorithm is the Gravitational constant used. I use the following values from the ICDs:

  • GPS: µ = 3.986005 x 10^14 m^3/s^2
  • GAL: µ = 3.986004418 × 10^14 m^3/s^2

The interesting thing is, that if I use the GPS µ on the GALILEO data, then the calculated ECEF position improves a lot. So my question would be, what value do you use for µ to generate your ephemeris data inside the RINEX output. Do you use the same µ for GPS and GALILEO satellites?

Best regards
Thomas

3 Likes

Hello Thomas,

Sorry for the delayed response, all the team was busy this week for a special event.

We have looked into this yesterday and I think you are right. We will confirm this today.

Best regards,
Serge

2 Likes

Hi Thomas,
Sorry for the late response; we were busy participating in a special event for us last week.
Yes, We use the same Gravitational constant (µ) for GPS and GALILEO satellites.
I think your finding regarding using GPS - µ on calculating Galileo data improves the calculated ECEF position is correct. However, you mentioned that using GPS - µ improves “the calculated ECEF position a lot” I wonder if you can share how much improvements you observed in the calculated ECEF position when using GPS - µ? Thanks.

1 Like

Hello,

I compared a simulated value from the .csv output against my calculated value from ephemeris for a GALILEO satellite.
I took an ephemeris with time 2022-06-01 13:50:00 and compared against the a csv line with gps time of week 2212w, 309570.500s (13:59:30.5s) (so not too far away from each other).
The only difference in the calculation algorithm is the use of different µ values:

µ GAL
    Position:
       csv   1.65091e+07 -1.72624e+07  1.74904e+07 [m]
     - calc  1.65091e+07 -1.72624e+07  1.74904e+07 [m]
     =        0.121507    0.0260209   -0.0889887
    distance: 0.15284003728776135 [m]

µ GPS
    Position:
       csv   1.65091e+07 -1.72624e+07  1.74904e+07 [m]
     - calc  1.65091e+07 -1.72624e+07  1.74904e+07 [m]
     =       2.99551e-05 -6.75395e-06 -4.46215e-05
    distance: 5.4166429867476734e-05 [m]
2 Likes

Thank you, @ToppDev, for your feedback and cooperation. We will fix this bug in the new release of Skydel.

2 Likes

Hey @ToppDev ,

this bug is now fix in the new Skydel 22.5.1.
Please the official Skydel release note for more infos.

Regards

1 Like