Secular J2 orbit propagation
[kep_t2] = CL_ex_secularJ2(t1,kep_t1,t2 [,er,mu,j2])
Propagation of Keplerian orbital elements kep_t1 to the time t2 including the secular J2 effects only.
The secular effects of J2 consist in drifts on periapsis argument, right ascension of ascending node and mean anomaly.
See CL_op_driftJ2 for more details.
There can either be several sets of orbital elements and one final time or one set of orbital elements and multiple final times.
The orbital elements are the following:
Initial time [days] (1xP)
Keplerian orbital elements [sma;ecc;inc;pom;raan;anm] (6xP). P can be > 1 if there is only one final time (i.e. if N==1).
Final time [days] (1xN). N can be > 1 if there is only one set of orbital elements (i.e. if P==1).
keplerian orbital elements at t2 [sma;ecc;inc;pom;raan;anm] (6 x max(P,N))
(optional) Equatorial radius [m] (default is %CL_eqRad)
(optional) Gravitational constant [m^3/s^2] (default value is %CL_mu)
(optional) (Unnormalized) zonal coefficient (second zonal harmonic) (default is %CL_j2)
CNES - DCT/SB