LoadAtt:

--------------------------------------------------------------------------
   Template to read in attitude data from a formatted text file.
--------------------------------------------------------------------------
   Form:
   [tLE1, tTE1, tLE2, tTE2, sAT, tTagT, wSpin, sAB] = LoadAtt( file, path )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   file             (:)     File names
   path                     Name of path
   

   -------
   Outputs
   -------
   tLE1             (:)     HSA 1 leading edge
   tTE1             (:)     HSA 1 trailing edge
   tLE2             (:)     HSA 2 leading edge
   tTE2             (:)     HSA 2 trailing edge
   tTag             (:)     Time tags
   sA               (:)     Sun angles
   wSpin            (:)     Spin rate
   sAB              (:)     Sun angles from the leading and trailing blocks

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

Children:

Common: Graphics/NewFig