InjDataT:

--------------------------------------------------------------------------
   Generates the data needed for an injection in TrnsfOrb.m

   Since version 1.
--------------------------------------------------------------------------
   Form:
   x = InjDataT( elements, rA, dec, w, hW )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   elements     (1,6)       Keplerian elements
   rA           (1,1)       Right ascension (deg)
   dec          (1,1)       Declination (deg)
   w            (3,1)       Spin vector (rad/sec)
   hW           (1,1)       Wheel momentum

   -------
   Outputs
   -------
   x            (1,7)       Formatted data

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