Orbit propagation using Lyddane model (mean elements = secular + long periods) - DEPRECATED
[mean_kep_t2, osc_kep_t2] = CL_ex_lyddaneLp(t1, mean_kep_t1, t2 [, er, mu, j1jn])
This function is deprecated.
Replacement function: CL_ex_propagate
Propagates orbital elements using Lyddane analytical model.
The mean elements for this model include secular and long-period effects.
Notes:
- There can be 1 or N initial times, and 1 or N final times.
- The input argument "zonals" is deprecated as of CelestLab v3.0.0. It has been replaced by "j1jn".
See Propagation models for more details.
Initial time [days] (1x1 or 1xN)
Mean orbital elements at time t1 (6x1 or 6xN).
Final time [days] (1xN or 1x1).
(optional) Equatorial radius. Default: %CL_eqRad. [m] (1x1)
(optional) Gravitational constant. Default: %CL_mu. [m^3/s^2] (1x1)
(optional) Vector of zonal harmonics coefficients. Default: %CL_j1jn. [-] (Nzx1)
Mean orbital elements at t2 (6xN)
Osculating orbital elements at t2 (6xN)
CNES - DCT/SB