mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-02-15 10:30:09 +00:00
Add missing Galileo ephemeris parameter
This commit is contained in:
parent
af8d93af1a
commit
3f89ed8e6b
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user