<< Trajectory and maneuvers Trajectory and maneuvers CL_ex_kepler >>

celestlab >> Trajectory and maneuvers > CL_ex_getInfo

CL_ex_getInfo

Information about a propagation model

Calling Sequence

[info] = CL_ex_getInfo(mod, type_oe, mean_oe [[, er, mu, j1jn]])

Description

Parameters

mod:

(string) Model name: "central", "j2sec", "lydsec", "lydlp", "eckhech". (1x1)

type_oe:

(string) Type of orbital elements used for input/output: "kep", "cir", "cireq" or "equin". (1x1)

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)

info:

(structure) Information data for the given orbital elements (containing vectors of size (1xN)).

Authors

See also

Examples

// Example :
mean_kep = [7.e6; 1.e-2; 1.7; 0; 0; 0]; // sma, ecc, inc...
info = CL_ex_getInfo("lydsec", "kep", mean_kep)

Report an issue
<< Trajectory and maneuvers Trajectory and maneuvers CL_ex_kepler >>