Skip to content

Commit

Permalink
changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
attipaci committed Jul 23, 2024
1 parent 473de37 commit e468b8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,6 @@ provided by SuperNOVAS over the upstream NOVAS C 3.1 code:
- Fixes the [sidereal_time bug](https://aa.usno.navy.mil/software/novas_faq), whereby the `sidereal_time()` function
had an incorrect unit cast. This was a documented issue of NOVAS C 3.1.

- Some remainder calculations in NOVAS C 3.1 used the result from `fmod()` unchecked, which resulted in angles outside
of the expected [0:π] range and was also the reason why `cal_date()` did not work for negative JD values.

- Fixes antedating velocities and distances for light travel time in `ephemeris()`. When getting positions and
velocities for Solar-system sources, it is important to use the values from the time light originated from the
observed body rather than at the time that light arrives to the observer. This correction was done properly for
Expand All @@ -120,6 +117,9 @@ provided by SuperNOVAS over the upstream NOVAS C 3.1 code:
`coord_sys = 0` and the same date as before would return the results in GCRS coordinates instead of the requested
mean equinox of date coordinates.

- Some remainder calculations in NOVAS C 3.1 used the result from `fmod()` unchecked, which resulted in angles outside
of the expected [0:π] range and was also the reason why `cal_date()` did not work for negative JD values.

- Fixes `aberration()` returning NaN vectors if the `ve` argument is 0. It now returns the unmodified input vector
appropriately instead.

Expand Down

0 comments on commit e468b8c

Please sign in to comment.