<< CL_kp_anomConvert Orbit properties CL_kp_characteristics >>

CelestLab >> Orbit properties > CL_kp_anomConvertCir

CL_kp_anomConvertCir

Conversion of anomaly (circular or equinoctical elements)

Calling Sequence

[pso2] = CL_kp_anomConvertCir(type_anom1, type_anom2, ex, ey, pso1)

Description

Parameters

type_anom1:

(string) Type of input anomaly (1x1)

type_anom2:

(string) Type of output anomaly (1x1)

ex:

x component of eccentricity vector (1xN or 1x1)

ey:

y component of eccentricity vector (1xN or 1x1)

pso1:

Input anomaly (1xN or 1x1)

pso2:

Output anomaly (1xN)

Authors

See also

Examples

// Mean argument of latitude to true argument of latitude:
ex = 0.1;
ey = 0.2;
psoM = [-0.1, 10.2]; // rad
psov = CL_kp_anomConvertCir("M", "v", ex, ey, psoM)

// Consistency test:
psoM - CL_kp_anomConvertCir("v", "M", ex, ey, psov) // => 0

Report an issue
<< CL_kp_anomConvert Orbit properties CL_kp_characteristics >>