Apoapsis radius and periapsis radius to semi major axis and eccentricity (elliptic orbits) - DEPRECATED
[sma, ecc] = CL_op_rarp2ae(ra, rp)
This function is deprecated.
Replacement function: CL_kp_apsConvert
Use 'CL_kp_apsConvert("ra", ra, "rp", rp, ["sma", "ecc"])' instead of 'CL_op_rarp2ae(ra, rp)'.
Computes semi major axis and eccentricity from apoapsis radius and periapsis radius (elliptic orbits only).
Note:
CL_op_rarp2ae(rp,ra) is the same as: CL_op_rarp2ae(ra,rp)
Apoapsis radius [m] (1xN or 1x1)
Periapsis radius [m] (1xN or 1x1)
Semi major axis [m] (1xN)
Eccentricity (1xN)
CNES - DCT/SB