experience and innovation

Now Hiring!

-------------------------------------------------------------------------------
   Transforms a vector from the sun sensor frame to the core frame
   when the sun sensor is attached to a solar array that is rotated
   an angle a with respect to the core. When a = 0 the +z array axis
   is aligned with the +z core axis
-------------------------------------------------------------------------------
   Form:
   v = SA2Core( a, u )
-------------------------------------------------------------------------------

   ------
   Inputs
   ------
   a            (1,1)     Angle (rad)
   u            (3,1)     Vector in the array frame

   -------
   Outputs
   -------
   v            (3,1)     Vector in the core frame

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