<< CL_ex_eckHech DEPRECATED CL_ex_lyddane >>

CelestLab >> DEPRECATED > CL_ex_eckHechInfos

CL_ex_eckHechInfos

Informations about Eckstein-Hechler orbit propagation analytical model - DEPRECATED

Calling Sequence

infos = CL_ex_eckHechInfos(mean_cir [,er,mu,j1jn])

Description

Parameters

mean_cir:

Mean orbital elements (6xN)

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 J6) to be used (default is %CL_j1jn(1:6)) (1xNz)

infos:

(structure) Data for the given orbital elements (containing (1xN) vectors)

Authors

See also

Examples

// Example :
mean_cir = [7.e6; 0; 0; 1.7; 0; 0]; // sma, ex, ey, inc...
infos = CL_ex_eckHechInfos(mean_cir);

Report an issue
<< CL_ex_eckHech DEPRECATED CL_ex_lyddane >>