- Timestamp:
- Dec 1, 2020, 9:56:10 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/ephemeris.cpp
r9132 r9290 996 996 // Relativistic Correction 997 997 // ----------------------- 998 xc[3] -= 4.442807 633e-10 * _e * sqrt(a0) *sin(E);998 xc[3] -= 4.442807309e-10 * _e * sqrt(a0) *sin(E); 999 999 1000 1000 xc[4] = _clock_drift + _clock_driftrate*tc; … … 1656 1656 1657 1657 // dotC = _clock_drift + _clock_driftrate*tc 1658 // - 4.442807 633e-10*_e * sqrt(a0) * cos(E) * dEdM * n;1658 // - 4.442807309e-10*_e * sqrt(a0) * cos(E) * dEdM * n; 1659 1659 1660 1660 // Relativistic Correction 1661 1661 // ----------------------- 1662 xc[3] -= 4.442807 633e-10 * _e * sqrt(a0) *sin(E);1662 xc[3] -= 4.442807309e-10 * _e * sqrt(a0) *sin(E); 1663 1663 1664 1664 xc[4] = _clock_drift + _clock_driftrate*tc;
Note:
See TracChangeset
for help on using the changeset viewer.