<< CL_op_paramsJ2 Orbit properties CL_op_rava2ae >>

CelestLab >> Orbit properties > CL_op_rarp2ae

CL_op_rarp2ae

Apoapsis radius and periapsis radius to semi major axis and eccentricity (elliptic orbits)

Calling Sequence

[sma,ecc] = CL_op_rarp2ae(ra,rp)

Description

Parameters

ra:

Apoapsis radius [m] (1xN or 1x1)

rp:

Periapsis radius [m] (1xN or 1x1)

sma:

Semi major axis [m] (1xN)

ecc:

Eccentricity (1xN)

Authors

See also

Examples

ra = 7178.e3;
rp = 7078.e3;
[sma,ecc] = CL_op_rarp2ae(ra,rp)

Report an issue
<< CL_op_paramsJ2 Orbit properties CL_op_rava2ae >>