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
In the AstrodynamicalCalculations library, the keplerian_to_cartesian function appears to produce incorrect results.
Here's a simple test: Take any valid state vector and its corresponding GM value, convert to orbital elements using cartesian_to_keplerian, then convert back using keplerian_to_cartesian. The resulting state vector does not match the original.
In the
AstrodynamicalCalculations
library, thekeplerian_to_cartesian
function appears to produce incorrect results.Here's a simple test: Take any valid state vector and its corresponding GM value, convert to orbital elements using
cartesian_to_keplerian
, then convert back using keplerian_to_cartesian. The resulting state vector does not match the original.Test code:
Output:
The text was updated successfully, but these errors were encountered: