<< CL_cw_lambert Relative motion CL_cw_propagate >>

celestlab >> Relative motion > CL_cw_meanChaser

CL_cw_meanChaser

Mean chaser

Calling Sequence

[Zm] = CL_cw_meanChaser(Z0, dX0, alt [[, er, mu]])

Description

Parameters

Z0:

Altitude of chaser at initial time in target frame. [m] (1xN)

dX0:

First component of chaser velocity in target frame at initial time. [m/s] (1xN)

alt:

Target altitude (from planet surface). [m] (1xN)

er:

(optional) Equatorial radius. Default: %CL_eqRad. [m] (1x1)

mu:

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

Zm:

Mean chaser. [m] (1xN)

Authors

See also

Bibliography

Examples

Z0 = [30, 20, 15];
dX0 = [7, 8, 9];
alt = [260000, 180000, 300000];
zm = CL_cw_meanChaser(Z0, dX0, alt);
zm = CL_cw_meanChaser(Z0, dX0, alt(1));
zm = CL_cw_meanChaser(Z0, dX0(1), alt(3));

Report an issue
<< CL_cw_lambert Relative motion CL_cw_propagate >>