<< 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 [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) Information 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...
info = CL_ex_getInfo("lydsec", "kep", mean_kep)

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