Changeset 8964 in ntrip for trunk/BNC


Ignore:
Timestamp:
Jun 30, 2020, 9:13:10 AM (4 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r8934 r8964  
    319319}
    320320
    321 
    322321// Compute GPS Satellite Position (virtual)
    323322////////////////////////////////////////////////////////////////////////////
     
    485484  }
    486485  // fitInterval
    487   if (type() == t_eph::IRNSS) {           // not valid for IRNSS
     486  if (type() == t_eph::IRNSS) {// not valid for IRNSS
    488487    out << QString(fmt)
    489488      .arg(tot,          19, 'e', 12)
     
    766765  return 0; /* (_health == 0 && _almanac_health == 1) or (_health == 0) */
    767766}
    768 
    769767
    770768// Constructor
     
    11481146    .arg(BGD_1_5A,         19, 'e', 12)
    11491147    .arg(BGD_1_5B,         19, 'e', 12);
    1150 
    11511148
    11521149  double tot = _TOT;
     
    16681665  // -----------------------
    16691666  // correspondent to BDS ICD and to SSR standard
    1670     xc[3] -= 4.442807633e-10 * _e * sqrt(a0) *sin(E);
     1667  xc[3] -= 4.442807633e-10 * _e * sqrt(a0) *sin(E);
    16711668  // correspondent to IGS convention
    16721669  // xc[3] -= 2.0 * (xc[0]*vv[0] + xc[1]*vv[1] + xc[2]*vv[2]) / t_CST::c / t_CST::c;
Note: See TracChangeset for help on using the changeset viewer.