MeasStarTracker:

Path: SC/Sensor

% Returns the output of a star tracker.

   The field "kQ" selects the quaternion from the state vector x.
   The output is the noisy ECI to body quaternion.
   This does not check for sun interference or eclipses.

   If no inputs are given it will return the default data structure.

   Since version 11.
--------------------------------------------------------------------------
   Form:
   y = MeasStarTracker( x, d )
   d = MeasStarTracker
--------------------------------------------------------------------------

   ------
   Inputs    
   ------
   x         (n,1)  State vector
   d         (1,1)  Data structure
                    .kQ    (1,4) Quaternion indices
                    .noise (3,1) 1 sigma noise in the sensor frame
                    .qBToS (4,n) Body to sensor quaternion

   -------
   Outputs
   -------
   y         (4,n)   Measurements

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