SPMDataT:

--------------------------------------------------------------------------
   Generates the data needed for an SPM maneuver in TrnsfOrb.m

   Since version 1.
--------------------------------------------------------------------------
   Form:
   x = SPMDataT( tID, pulsewidth, rAF, decF )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   tID           (1,n) Ids of thruster to be used
   pulsewidth    (1,1) Pulsewidth
   rAF           (1,1) Final right ascension
   decF          (1,1) Final declination

   -------
   Outputs
   -------
   x             (1,4+n) Formatted data

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