AdjustMeasSetForKnownMeas:

Path: SpacecraftEstimation/StellarAttDet

% Remove known measurements and solved for measurement pairs. 
 Any nonzero entry in starID will be removed.
--------------------------------------------------------------------------
   Form:
   hitPairsSubSet = AdjustMeasSetForKnownMeas( starID, measPairs, hitPairs )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   starID          (1,n)     List of solved stars. 0 indicates not foun d
   measPairs       (2,n)     Column is a measurement. Each row gives the meas id
   hitPairs        {n}       Dot product hits. Each two numbers gives a star pair
                             [star1_meas1 star2_meas1 star1_meas2 star2_meas2...]

   -------
   Outputs
   -------
   hitPairsSubSet  {n}       Dot product hits. Each two numbers gives a star pair
                             [star1_meas1 star2_meas1 star1_meas2 star2_meas2...]

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

Back to the SpacecraftEstimation Module page