<< 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. Default: %CL_eqRad. [m] (1x1)

mu:

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

j1jn:

(optional) Vector of zonal harmonics coefficients truncated at order 6 (J1 to J6). Default: %CL_j1jn(1:6). [-] (6x1)

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