VDA:

Path: Orbit/OrbitManeuver

% Computes the heliocentric departure vector for a spacecraft.
--------------------------------------------------------------------------
   Form:
   b = VDA( d )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   d			  (:)     Input data structure
                         d.rInjection         (1,:) Injection radius
                         d.planet             (1,:) Planet name
                         d.jD                 (1,1) Julian date
                        
   -------
   Outputs
   -------
   b             (:)     Data structure
                         .v    (3,1) Departure velocity
                         .dV   (1,1) Delta V 
                         .el   (1,6) Elements
                         .
--------------------------------------------------------------------------

Children:

SC: BasicOrbit/E2Nu
SC: BasicOrbit/M2E
SC: BasicOrbit/M2EApp
SC: BasicOrbit/M2EEl
SC: BasicOrbit/M2EHy
SC: BasicOrbit/M2Nu
SC: BasicOrbit/M2NuPb
SC: Ephem/Planets
SC: Ephem/SolarSys
Common: CommonData/SwooshWatermark
Common: General/CellToMat
Common: General/DeBlankLT
Common: General/MatToCell
Common: General/Watermark
Common: Graphics/NewFig
Common: Graphics/Plot2D
Common: Graphics/PltStyle
Common: Graphics/TextS
Common: Graphics/XLabelS
Common: Graphics/YLabelS
Common: Time/DTSToDTA
Common: Time/Date2JD
Common: Time/JD2T
Math: Linear/DupVect

Back to the Orbit Module page