Compute the lissajous trajectory about a collinear libration point.
Contents
See also
LibrationCoeff LibrationData LibrationRHS LibrationRHSODE45
%-------------------------------------------------------------------------- % Copyright (c) 2018 Princeton Satellite Systems, Inc. % All rights reserved. %-------------------------------------------------------------------------- % Since 2018.1 %-------------------------------------------------------------------------- system = 'SEM'; point = 1; d = 1.4976*1e6; Ax = 206*1e3 / d; Az = 110*1e3 / d; phiXY = pi/4; phiZ = 0; Lissajous( system, point, Ax, Az, phiXY, phiZ ) %--------------------------------------