AttitudeFrames:

---------------------------------------------------------------------------
   Draw attitude frames. You can add these to any 3D picture.
   Draws and labels the ECI, LVLH, and Body frames. Also draws a sun vector
   using SunV1 for ephemeris.
---------------------------------------------------------------------------
   Form:
   AttitudeFrames( r, v, qECIToBody, jD, len )
---------------------------------------------------------------------------

   ------
   Inputs
   ------
   r          (3,1) Position vector
   v          (3,1) Position vector
   qECIToBody (4,1) ECI to body quaternion
   jD         (1,1) Julian date
   len        (1,1) Length of the axes

   -------
   Outputs
   -------
   None

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

Children:

Common: Graphics/NewFig
Common: Math/CosD
Common: Math/SinD
Common: Math/Unit
Common: Time/JD2000
Common: Coord/Q2Mat
Common: Coord/QLVLH
Common: Coord/QPose
Common: Coord/QRand
SC: Ephem/SunV1