You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the report. The function that computes the true anomaly from the mean anomaly loops until the difference between two consecutive true anomaly computations is less than 1e-16 radians:
I was able to reproduce your bug, and fix it by changing that precision to 1e-12 degrees (from 1e-16). I was just about to release 0.4.5, so the fix will be in that version tomorrow morning.
Bug report
Describe the bug
Can't compute true anomaly for an elliptical orbit consistently (or, consequently, get Cartesian coordinates at various times)
To Reproduce
I get the following output:
Expected behavior
It should be really easy to output the Cartesian coordinates of this elliptical orbit for various epochs.
Code to reproduce the issue
See above.
Platform
Linux, Anise 0.4.4
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: