- Timestamp:
- Jun 30, 2020, 9:13:10 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/ephemeris.cpp
r8934 r8964 319 319 } 320 320 321 322 321 // Compute GPS Satellite Position (virtual) 323 322 //////////////////////////////////////////////////////////////////////////// … … 485 484 } 486 485 // fitInterval 487 if (type() == t_eph::IRNSS) { 486 if (type() == t_eph::IRNSS) {// not valid for IRNSS 488 487 out << QString(fmt) 489 488 .arg(tot, 19, 'e', 12) … … 766 765 return 0; /* (_health == 0 && _almanac_health == 1) or (_health == 0) */ 767 766 } 768 769 767 770 768 // Constructor … … 1148 1146 .arg(BGD_1_5A, 19, 'e', 12) 1149 1147 .arg(BGD_1_5B, 19, 'e', 12); 1150 1151 1148 1152 1149 double tot = _TOT; … … 1668 1665 // ----------------------- 1669 1666 // correspondent to BDS ICD and to SSR standard 1670 1667 xc[3] -= 4.442807633e-10 * _e * sqrt(a0) *sin(E); 1671 1668 // correspondent to IGS convention 1672 1669 // 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.