SunRA:

Path: Missions/SunNadir

% Compute the orbit right ascension angle
 Computes the orbit right ascension angle given the sun unit vector (or right
 ascension and declination), the sun beta angle and the inclination of the
 orbit.

 Type SunRA for a demo.
--------------------------------------------------------------------------
   Form:
   rA = SunRA( i, uSun, beta )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   i            (1,1)  Inclination (rad)
   uSun         (3,1)  Sun Vector or [rASun (rad);decSun (rad)];
   beta         (1,n)  Beta angles (rad)

   -------
   Outputs
   -------
   rA           (1,n)  Right ascension of the ascending node (rad)

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

Children:

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

Back to the Missions Module page