Description
Computes the total number of measurements that were Accepted, Rejected, or Not Processed for the list of Observations which are in the Observation Buffer. Returns the number of measurement types included in the Observation buffer. 
  
Timing Precision Mode 
This page describes functionality in nanosecond timing precision mode. 
Click here to see the documentation for this object in millisecond timing precision mode. 
  
Method Signature
BatchLeastSquaresOD.GetProcessingStatus( 
 | 
StringArray measurementTypes, 
 | 
 
 
 | 
Array numberAccepted, 
 | 
 
 
 | 
Array numberRejected, 
 | 
 
 
 | 
Array numberNotProcessed) 
 | 
 
 
 
  
  
Arguments
measurementTypes 
 | 
 
 | 
 
Description: 
 | 
StringArray containing a list of all the measurement types included in the buffer. 
 | 
 
 
 
  
  
numberAccepted 
 | 
 
 | 
 
Description: 
 | 
Array containing the total number of measurements Accepted for each measurement type. 
 | 
 
Required Size: 
 | 
At least 0 
 | 
 
 
 
  
  
numberRejected 
 | 
 
 | 
 
Description: 
 | 
Array containing the total number of measurements Rejected for each measurement type. 
 | 
 
Required Size: 
 | 
At least 0 
 | 
 
 
 
  
  
numberNotProcessed 
 | 
 
 | 
 
Description: 
 | 
Array containing the total number of measurements that were Not Processed for each measurement type. 
 | 
 
Required Size: 
 | 
At least 0 
 | 
 
 
 
  
  
  
Return Value
  
  
This method returns the number of measurement types for which processing status was determined. 
  
Syntax
myVariable1 = myBatchLeastSquaresOD1.GetProcessingStatus(myStringArray1, myArray1, myArray2, myArray3); 
 | 
 
 
 
  
  
See also  
BatchLeastSquaresOD Object 
BatchLeastSquaresOD.GetProcessingStatus 
Orbit Determination Guide 
  
 |