Path: FormationFlying/Transformation
% Convert element differences to Hills frame coordinates in an eccentric orbit. 
   Since version 7.
--------------------------------------------------------------------------
   Usage:
   xH = FFEccDeltaElem2Hills(el0,dEl,type);
--------------------------------------------------------------------------
   ------
   Inputs
   ------
   el0          (1,6)  Initial reference orbital elements 
   dEl          (1,6)  Initial orbital element differences 
   type          (1)   Element set type
                          - 1   [a,theta,i,q1,q2,W]  (Alfriend format)
                          - 2   [a,i,W,w,e,M]        (standard format)
   -------
   Outputs
   -------
   xH           (6,1)  Hills frame state [x;y;z;dx/dt;dy/dt;dz/dt] 
   
--------------------------------------------------------------------------
AC: ACData/ACTConstants FormationFlying: Coord/GetHillsMats FormationFlying: Transformation/ECI2Hills Orbit: OrbitCoord/Alfriend2El SC: BasicOrbit/CP2I SC: BasicOrbit/E2M SC: BasicOrbit/E2Nu SC: BasicOrbit/El2RV SC: BasicOrbit/M2E SC: BasicOrbit/M2EApp SC: BasicOrbit/M2EEl SC: BasicOrbit/M2EHy SC: BasicOrbit/M2Nu SC: BasicOrbit/M2NuPb SC: BasicOrbit/Nu2E SC: BasicOrbit/Nu2M SC: BasicOrbit/OrbRate SC: BasicOrbit/RV2El SC: SCData/sCTConstants Common: CommonData/Constants Common: CommonData/SwooshWatermark Common: CommonData/xSplashSmall Common: Database/Constant Common: General/CellToMat Common: General/DeleteCell Common: General/DispWithTitle 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