<< CL_gm_stationElevation DEPRECATED CL_man_applyDv >>

CelestLab >> DEPRECATED > CL_kp_M2Ecir

CL_kp_M2Ecir

Kepler's equation for circular or equinoctial orbital elements - DEPRECATED

Calling Sequence

psoE = CL_kp_M2Ecir(ex,ey,psoM)

Description

Parameters

ex:

x component of eccentricity vector (PxN or Px1)

ey:

y component of eccentricity vector (PxN or Px1)

psoM:

Mean argument of latitude (=w+M) or mean longitude (=w+raan+M) [rad] (PxN or Px1)

psoE:

Eccentric argument of latitude (=w+E) or eccentric longitude (=w+raan+E) ([rad] (PxN)

Authors

Bibliography

See also

Examples

pom = 2*%pi/3;
ecc = 0.001;
ex = ecc * cos(pom);
ey = ecc * sin(pom);
M = (0:4)*%pi/4;
E = CL_kp_M2Ecir(ex,ey,pom+M) - pom;

// Now using CL_kp_M2E :
E = CL_kp_M2E(ecc,M)

Report an issue
<< CL_gm_stationElevation DEPRECATED CL_man_applyDv >>