Changeset 9124 in ntrip for trunk/BNC/src/ephemeris.cpp


Ignore:
Timestamp:
Sep 21, 2020, 3:11:55 PM (4 years ago)
Author:
stuerze
Message:

minor changes regarding latency check, ssr and long mountpoint names

File:
1 edited

Legend:

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

    r8964 r9124  
    402402  // -----------------------
    403403  // correspondent to IGS convention and GPS ICD (and SSR standard)
    404   xc[3] -= 2.0 * (xc[0]*vv[0] + xc[1]*vv[1] + xc[2]*vv[2]) / t_CST::c / t_CST::c;
    405 
     404  // xc[3] -= 2.0 * (xc[0]*vv[0] + xc[1]*vv[1] + xc[2]*vv[2]) / t_CST::c / t_CST::c;
     405  xc[3] -= 4.442807633e-10 * _e * sqrt(a0) *sin(E);
     406  // correspondent to IGS-SSR
    406407  xc[4] = _clock_drift + _clock_driftrate*tc;
    407408  xc[5] = _clock_driftrate;
Note: See TracChangeset for help on using the changeset viewer.