v1.0.1
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()
, anditrs_to_tod()
all had a unit conversion bug in using theut1_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()
andapp_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 toDE405_AU
). (thanks to @hannorein) - Various corrections and changes to documentation.