BatchLeastSquaresOD.LoadObservationData() Method

Top 

Description

Initializes the BatchLeastSquaresOD object by populating the Observations array with the observation data in all registered Tracking Data Files, propagating the a priori state and covariance to the solution epoch, and determining the solution epoch. The observation data loaded is subject to the data span constraints set in the BatchLeastSquaresOD object. Execution of this method is optional; if it is not executed prior to the Iterate method being called, Iterate will perform the same initialization functions.

 

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.LoadObservationData(

)

 

 

Return Value

Type:

boolean

 

 

Returns 1 if the loading of the data was performed successfully.

 

Syntax

myVariable1 = myBatchLeastSquaresOD1.LoadObservationData();

 

 

See also

BatchLeastSquaresOD Object

Orbit Determination Guide