ECI2LVLH:

Path: FormationFlying/Transformation

% Compute relative LVLH state from a reference ECI state and ECI state
 This function takes two ECI state vectors, and returns the relative state
 in the LVLH frame. It treats the first input as the reference state.

--------------------------------------------------------------------------
   Form:
   xL = ECI2LVLH( x0, x1 )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   x0              (6,1) [r;v] ECI frame (reference)
   x1              (6,n) [r;v] ECI frame

   -------
   Outputs
   -------
   xL              (6,n) [r; v] LVLH frame

--------------------------------------------------------------------------
  See also ECI2Hills, Hills2LVLH
--------------------------------------------------------------------------

Children:

FormationFlying: Coord/GetHillsMats
FormationFlying: Transformation/ECI2Hills
FormationFlying: Transformation/Hills2LVLH
SC: BasicOrbit/E2M
SC: BasicOrbit/Nu2E
SC: BasicOrbit/Nu2M
SC: BasicOrbit/RV2El
Common: CommonData/SwooshWatermark
Common: General/CellToMat
Common: General/MatToCell
Common: General/Watermark
Common: Graphics/NewFig
Common: Graphics/Plot2D
Common: Graphics/PltStyle
Math: Linear/Cross
Math: Linear/Dot
Math: Linear/DupVect
Math: Linear/Mag

Back to the FormationFlying Module page