<< 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 [m]. Default is %CL_eqRad

mu:

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

j1jn:

(optional) Vector of zonal harmonics. Default is %CL_j1jn (Nz x 1)

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 >>