mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-18 21:23:02 +00:00
Merge branch 'rinex_fix' of https://github.com/gnss-sdr/gnss-sdr into rinex_fix
This commit is contained in:
commit
6325d3cbb2
@ -197,7 +197,7 @@ void Gps_Ephemeris::satellitePosition(double transmitTime)
|
||||
a = d_sqrt_A*d_sqrt_A;
|
||||
|
||||
// Time from ephemeris reference epoch
|
||||
tk = check_t(transmitTime - d_Toe);
|
||||
tk = check_t(transmitTime - d_Toc);
|
||||
|
||||
// Computed mean motion
|
||||
n0 = sqrt(GM / (a*a*a));
|
||||
|
Loading…
Reference in New Issue
Block a user