Mean orbital elements (all analytical models)
mean_oe = CL_ex_meanElem(mod, type_oe, osc_oe [, er, mu, j1jn])
Computes mean orbital elements from osculating orbital elements.
This function is a wrap-up for all available analytical models.
The available models are:
"central": Central force (osculating elements = mean elements)
"j2sec": Secular effects of J2 (osculating elements = mean elements by convention)
"lydsec": Lyddane (mean elements include secular effects only)
"lydlp": Lyddane (mean elements include secular and long period effects)
"eckhech": Eckstein-Hechler (mean elements include secular and long period effects)
Notes:
- There can be 1 or N initial times, and 1 or N final times.
- Conversions take place if the type of orbital elements is not the "natural" type for the model.
See Propagation models for more details.
(string) Model name: "central", "j2sec", "lydsec", "lydlp", "eckhech". (1x1)
(string) Type of orbital elements used for input/output: "kep" or "cir" (1x1)
Osculating orbital elements (6xN)
(optional) Equatorial radius [m]. Default is %CL_eqRad
(optional) Gravitational constant [m^3/s^2]. Default is %CL_mu
(optional) Vector of zonal harmonics. Default is %CL_j1jn (Nz x 1)
Mean orbital elements (6xN)
CNES - DCT/SB