Path: FormationFlying/Transformation
% Reconstructs the geometric goals from the element differences. The reference elements are also required. Since version 7. -------------------------------------------------------------------------- Form: goals = DeltaElem2Goals( el0, dEl, J2 ); -------------------------------------------------------------------------- ------ Inputs ------ el0 (1,6) Measured orbital elements (Alfriend format) [a,theta,i,q1,q2,W] dEl (:,6) Desired orbital element differences J2 (1) Size of the J2 perturbation (default 0) ------- Outputs ------- goals (.) Geometric goals data structure with following fields: - y0 (1,:) along-track offset [km] - aE (1,:) semi-major axis of relative ellipse [km] - beta0 (1,:) angle on ellipse at perigee [rad] - zInc (1,:) cross-track amplitude due to inclination diff [km] - zLan (1,:) cross-track amplitude due to right ascen diff [km] --------------------------------------------------------------------------
FormationFlying: Coord/EllipsePhase FormationFlying: DataStructures/Geometry_Structure FormationFlying: Transformation/DeltaElem2Hills FormationFlying: Transformation/Hills2DeltaElem FormationFlying: Transformation/Hills2Goals SC: BasicOrbit/OrbRate Common: CommonData/SwooshWatermark Common: General/CellToMat Common: General/MatToCell Common: General/Watermark Common: Graphics/NewFig Common: Graphics/Plot2D Common: Graphics/PltStyle Math: Trigonometry/WrapPhase
Back to the FormationFlying Module page