Apoapsis radius and velocity to semi major axis and eccentricity (elliptic orbits) - DEPRECATED
[sma, ecc] = CL_op_rava2ae(ra, va [[, mu]])
This function is deprecated.
Replacement function: CL_kp_apsConvert
Use 'CL_kp_apsConvert("ra", ra, "va", va, ["sma", "ecc"])' instead of 'CL_op_rava2ae(ra, va)'.
Computes semi major axis and eccentricity from apoapsis radius and velocity at apoapsis (elliptic orbit only).
Note:
The results are correct even if (ra,va) are data that actually correspond to the periapsis.
Apoapsis radius [m] (1xN or 1x1)
Velocity at apoapsis [m/s] (1xN or 1x1)
(optional) Gravitational constant [m^3/s^2] (default value is %CL_mu)
Semi major axis [m] (1xN)
Eccentricity (1xN)
CNES - DCT/SB