<< CL_ex_lyddane DEPRECATED CL_ex_lyddaneLp >>

CelestLab >> DEPRECATED > CL_ex_lyddaneInfos

CL_ex_lyddaneInfos

Informations about Lyddane orbit propagation analytical model - DEPRECATED

Calling Sequence

infos = CL_ex_lyddaneInfos(mean_kep [,er,mu,j1jn])

Description

Parameters

mean_kep:

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_kep = [7.e6; 1.e-2; 1.7; 0; 0; 0 ]; // sma, ecc, inc...
infos = CL_ex_lyddaneInfos(mean_kep);

Report an issue
<< CL_ex_lyddane DEPRECATED CL_ex_lyddaneLp >>