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
from numpy import array
from orbital import elements_from_state_vector
r = array([-7.28535000e+07 8.92198056e-09 0.00000000e+00])
v = array([-1.84818933e+00 2.18661193e+03 0.00000000e+00])
mu = 1811405020000000.0
print(elements_from_state_vector(r, v, mu))
prints OrbitalElements(a=40301757.83775852, e=0.8077004603395054, i=3.141592653589793, raan=nan, arg_pe=nan, f=3.1413914189703034) raan and arg_pe are nan.
The text was updated successfully, but these errors were encountered:
prints
OrbitalElements(a=40301757.83775852, e=0.8077004603395054, i=3.141592653589793, raan=nan, arg_pe=nan, f=3.1413914189703034)
raan
andarg_pe
arenan
.The text was updated successfully, but these errors were encountered: