1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-28 07:53:15 +00:00

Add missing Galileo ephemeris parameter

This commit is contained in:
Carles Fernandez 2018-11-24 19:23:13 +01:00
parent af8d93af1a
commit 3f89ed8e6b
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -205,6 +205,7 @@ int main(int argc, char** argv)
eph.i_0_2 = rne.i0;
eph.omega_2 = rne.w;
eph.OMEGA_dot_3 = rne.OMEGAdot;
eph.delta_n_3 = rne.dn;
eph.iDot_2 = rne.idot;
eph.C_uc_3 = rne.Cuc;
eph.C_us_3 = rne.Cus;