<< CL_ex_lyddaneLp DEPRECATED CL_ex_meanEckHech >>

CelestLab >> DEPRECATED > CL_ex_lyddaneMan

CL_ex_lyddaneMan

Lyddane orbit propagation analytical model with maneuvers - DEPRECATED

Calling Sequence

[mean_t2,osc_t2] = CL_ex_lyddaneMan(t1,mean_t1,t2 [,tman,dvman,er,mu,j1jn])

Description

Parameters

t1:

Initial time [days] (1x1)

mean_t1:

Mean Keplerian elements at time t1 [sma;ecc;inc;pom;raan;anm] (6x1)

t2:

Final time [days] (1xN)

tman:

(optional) Maneuver times [days] (1xP)

dvman:

(optional) Delta-V in QSW local frame [dvx;dvy;dvz] [m/s] (3xP)

er:

(optional) Equatorial radius [m] (default is %CL_eqRad)

mu:

(optional) Gravitational constant [m^3/s^2] (default value is %CL_mu)

j1jn:

(optional) Vector of zonal coefficients J1 to Jn (troncated to J5) to be used (default is %CL_j1jn(1:5)) (1xM)

mean_t2:

Mean Keplerian elements at t2 [sma;ecc;inc;pom;raan;anm] (6 x N)

osc_t2:

Osculating Keplerian elements at t2 [sma;ecc;inc;pom;raan;anm] (6 x N)

Authors

See also

Examples

t1 = 21915;
mean_t1 = [42166712 ; 7.9e-3 ; CL_deg2rad([97.2; 89; 125; 0])];
t2 = [21916 21918 21920];
tman = [21915.5 21916.5];
dvman = [ [ 1 ; 1 ; 1] , [ 1 ; 0 ; 1]];
[mean_t2,osc_t2] = CL_ex_lyddaneMan(t1,mean_t1,t2,tman,dvman,er=6378138)

Report an issue
<< CL_ex_lyddaneLp DEPRECATED CL_ex_meanEckHech >>