Conversion of orbital elements
[oe2,jacob] = CL_oe_convert(type_oe1,type_oe2,oe1 [,mu])
Converts orbital elements from a given type to orbital elements of another type.
Available types of orbital elements are: "kep", "cir", "cireq", "equin" and "pv".
Orbital elements of type "pv" are position and velocity in a 6xN vector ([pos;vel])
See Orbital elements for more details on orbital elements.
Notes:
- mu is only needed when converting to or from "pv" orbital elements.
- Only the conversions available in functions CL_oe_xxx are available. (i.e conversion to and from keplerian orbital element or cartesian orbital elements)
(string) Type of input orbital elements ("kep", "cir", "cireq", "equin" or "pv") (1x1)
(string) Type of output orbital elements ("kep", "cir", "cireq", "equin" or "pv") (1x1)
Input orbital elements (6xN)
Output orbital elements (6xN)
(optional) Gravitational constant [m^3/s^2]. (default value is %CL_mu)
(optional) Transformation jacobian (See Orbital elements for more details) (6x6xN)
CNES - DCT/SB