Changeset 10991 in ntrip for trunk/BNC/src


Ignore:
Timestamp:
Aug 19, 2026, 2:07:10 PM (8 days ago)
Author:
stuerze
Message:

minor changes regarding RTCM-SSR

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/ephemeris.cpp

    r10990 r10991  
    731731  // Relativistic Correction
    732732  // -----------------------
    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;
    734736
    735737  xc[4] = _clock_drift + _clock_driftrate * tc;
Note: See TracChangeset for help on using the changeset viewer.