Skip to content

2.10.01

Compare
Choose a tag to compare
@aloistr aloistr released this 05 Aug 05:53
· 300 commits to master since this release

minor bug fixes

  1. An old bug in the lunar ephemeris with (iflag & SEFLG_SWIEPH) was fixed. It resulted from the fact that a different ecliptic obliquity J2000 was used in the packing and unpacking of the ephemeris data (function sweph.c:rot_back()). The difference between the two was 0.042". Many thanks to Hal Rollins for finding and reporting this problem.

  2. Correct handling of new JPL Ephemeris DE441, using the lunar tidal acceleration (deceleration) -25.936 "/cent^2 (according to Jon Giorgini/JPL's Horizons System)

  3. Deltat T was updated for current years.

  4. A minor bug in swe_calc_pctr() was fixed:
    The function did not work correctly with asteroids and (iflag & SEFLG_JPLEPH), resulting in the error message "Ephmeris file seas_18.se1 is damaged (2)".

  5. Bug in swe_rise_set() with fixed stars was fixed.