SunCone:

--------------------------------------------------------------------------
   Compute possible right ascensions and declinations given
   a sun angle. 
--------------------------------------------------------------------------
   Form:
   [rA, dec] = SunCone( uSun, rAI, decI, beta )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   uSun         (3,1)     Sun Vector
   rAI                    Nominal right ascension (rad)
   decI                   Nominal declination (rad)
   beta                   Sun angle (rad)

   -------
   Outputs
   -------
   rA                     Nearest Right Ascension (rad) 
   dec                    Nearest Declination  (rad) 

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

Children:

AeroUtils: Coord/U2RADec
Common: Graphics/NewFig
Common: Graphics/XLabelS
Common: Graphics/YLabelS
Common: Transform/RaDec2U
Math: Linear/Cross
Math: Linear/Unit