<< CL_kp_characteristics Orbit properties CL_kp_v2E >>

celestlab >> Orbit properties > CL_kp_params

CL_kp_params

Orbit properties for a Keplerian motion (mean motion, period, ...)

Calling Sequence

[par1, ..., parN] = CL_kp_params(type_output, sma [[, mu, rotr_pla]])

Description

Parameters

type_output :

(string) Name(s) of outputs : "mm", "per", "lgap" (1xNoutput)

sma:

Semi-major axis. [m] (1xN)

mu:

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

rotr_pla:

(optional) Body rotation rate. Default: %CL_rotrBody. [rad/s] (1x1)

par1,...,park:

Output values. [rad/s or s or rad] (1xN)

Authors

See also

Examples

// Longitude gap between 2 consecutive ground tracks :
sma = 7078.e3 ;
[lgap] = CL_kp_params("lgap", sma)

// Mean motion and period :
sma = 7078.e3 ;
[mm, per] = CL_kp_params(["mm", "per"], sma)

Report an issue
<< CL_kp_characteristics Orbit properties CL_kp_v2E >>