- Timestamp:
- Dec 1, 2020, 12:31:04 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/BNC_2.12/src/ephemeris.cpp
r9133 r9291 999 999 // Relativistic Correction 1000 1000 // ----------------------- 1001 xc[3] -= 4.442807 633e-10 * _e * sqrt(a0) *sin(E);1001 xc[3] -= 4.442807309e-10 * _e * sqrt(a0) *sin(E); 1002 1002 1003 1003 xc[4] = _clock_drift + _clock_driftrate*tc; … … 1659 1659 1660 1660 // dotC = _clock_drift + _clock_driftrate*tc 1661 // - 4.442807 633e-10*_e * sqrt(a0) * cos(E) * dEdM * n;1661 // - 4.442807309e-10*_e * sqrt(a0) * cos(E) * dEdM * n; 1662 1662 1663 1663 // Relativistic Correction 1664 1664 // ----------------------- 1665 xc[3] -= 4.442807 633e-10 * _e * sqrt(a0) *sin(E);1665 xc[3] -= 4.442807309e-10 * _e * sqrt(a0) *sin(E); 1666 1666 1667 1667 xc[4] = _clock_drift + _clock_driftrate*tc;
Note:
See TracChangeset
for help on using the changeset viewer.