<< CL_kp_M2v Orbit properties CL_kp_params >>

CelestLab >> Orbit properties > CL_kp_characteristics

CL_kp_characteristics

Various Keplerian characteristics

Calling Sequence

kep = CL_kp_characteristics(sma,ecc,v[,er[,mu]])

Description

Parameters

sma:

semi major axis [m] (1xN or 1x1)

ecc:

eccentricity (1xN or 1x1)

v:

true anomaly [rad] (1xN or 1x1)

mu:

(optional) gravitational constant [m^3/s^2] (default value is %CL_mu)

er:

(optional) planet equatorial radius [m] (default is %CL_eqRad)

kep:

structure containing all the data (1xN)

See also

Authors

Examples

sma = 7078.e3;
ecc = 0.0001;
v = %pi/4;
kep = CL_kp_characteristics(sma,ecc,v)
<< CL_kp_M2v Orbit properties CL_kp_params >>