<< CL_ex_lyddaneMan DEPRECATED CL_ex_meanElem >>

celestlab >> DEPRECATED > CL_ex_meanEckHech

CL_ex_meanEckHech

Eckstein-Hechler propagation model - mean elements - DEPRECATED

Calling Sequence

mean_cir = CL_ex_meanEckHech(osc_cir [, er, mu, j1jn])

Description

Parameters

osc_cir:

Osculating circular-adapted elements [sma;ex;ey;inc;raan;pom+anm] (6xN)

er:

(optional) Equatorial radius. Default: %CL_eqRad. [m] (1x1)

mu:

(optional) Gravitational constant. Default: %CL_mu. [m^3/s^2] (1x1)

j1jn:

(optional) Vector of zonal harmonics coefficients. Default: %CL_j1jn. [-] (Nzx1)

mean_cir:

Mean circular-adapted elements [sma;ex;ey;inc;raan;pom+anm] (6xN)

Authors

See also

Examples

mean_cir = [7.e6; 0; 1.e-3; 1; 0.2; 0.3]
[mean_cir2,osc_cir] = CL_ex_eckHech(0,mean_cir,0);
CL_ex_meanEckHech(osc_cir) // => mean_cir

Report an issue
<< CL_ex_lyddaneMan DEPRECATED CL_ex_meanElem >>