DVIDrift:

Path: Orbit/OrbitManeuver

% Computes inclination drift for geosynchronous orbits.
   Use this function to plan north/south stationkeeping.
--------------------------------------------------------------------------
   Form:
   [dV, dT] = DVIDrift( box, year )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   box                 Size of stationkeeping box (deg)
   year                Year of maneuvers


   -------
   Outputs
   -------
   dV                  DeltaV per maneuver (m/sec)
   dT                  Time between maneuvers (days)

--------------------------------------------------------------------------

Children:

Common: CommonData/SwooshWatermark
Common: General/CellToMat
Common: General/MatToCell
Common: General/Watermark
Common: Graphics/NewFig
Common: Graphics/Plot2D
Common: Graphics/PltStyle

Back to the Orbit Module page