Changeset 10991 in ntrip for trunk/BNC/src
- Timestamp:
- Aug 19, 2026, 2:07:10 PM (8 days ago)
- File:
-
- 1 edited
-
trunk/BNC/src/ephemeris.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/ephemeris.cpp
r10990 r10991 731 731 // Relativistic Correction 732 732 // ----------------------- 733 xc[3] -= 4.442807633e-10 * _e * sqrt(a0) * sin(E); 733 //xc[3] -= 4.442807633e-10 * _e * sqrt(a0) * sin(E); 734 // as recommended from new RTCM-SSR =>IS-GPS-200D: paragraph 20.3.3.3.3.1: 735 xc[3] -= 2.0 * (xc[0]*vv[0] + xc[1]*vv[1] + xc[2]*vv[2]) / t_CST::c / t_CST::c; 734 736 735 737 xc[4] = _clock_drift + _clock_driftrate * tc;
Note:
See TracChangeset
for help on using the changeset viewer.
