Skip to content

v1.0.1

Compare
Choose a tag to compare
@attipaci attipaci released this 13 May 12:11
· 258 commits to main since this release
fbef9cc

Bug fix release

Known Issues

This release is affected by many of the same issues as the original 1.0 release, except what is explicitly listed below as fixed for this version.

Fixed

  • #15 -- cirs_to_itrs(), itrs_to_cirs(), tod_to_itrs(), and itrs_to_tod() all had a unit conversion bug in using the ut1_to_tt argument [s] when converting TT-based Julian date to UT1-based JD [day] internally. (thanks to @hannorein)
  • #17 -- Fixes to included examples.c

Added

  • Added cirs_to_app_ra() and app_to_cirs_ra() for convenience to convert between right ascensions measured from the CIO (for CIRS) vs measured from the true equinox of date, on the same true equator of date.

Changed

  • #18 -- Changed definition of NOVAS_AU to the IAU definition of exactly 149597870.7 km (a <10 m change from the previously defined value, which has been renamed to DE405_AU). (thanks to @hannorein)
  • Various corrections and changes to documentation.