Name
|
Description
|
AddObjectToProcess
|
Include the object in the Estimation process. Whether the object properties are Estimated, Considered, or Ignored is determined by the object's ProcessAction flags.
|
AddThrustEventToSequence
|
Adds a ThrustEvent to the OD Estimation sequence, and associates it with a spacecraft to which the thrust event will be applied.
|
ClearSavedStates
|
Clears previous saved states for this object.
|
GetFromFile
|
Load the object state from the specified FreeFlyer object file.
|
GetFromString
|
Load the object state from the specified string.
|
GetNextObservationEpoch
|
Get the epoch of the next Observation in the buffer associated with the Orbit Determination process.
|
GetPostUpdateResidualStatistics
|
Computes statistics on the list of Observations which are in the Observation Buffer. Returns the number of measurement types included in the Observation buffer.
|
GetPreUpdateResidualStatistics
|
Computes statistics on the list of Observations which are in the Observation Buffer. Returns the number of measurement types included in the Observation buffer.
|
GetProcessingStatus
|
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.
|
GetPropertiesInStateVector
|
Gets the list of properties included in the state vector for the ODEstimation object.
|
NumberOfObservationsAtCurrentEpoch
|
Returns the number of observations at the current filter epoch, which have not been processed yet. Note when processing pseudorange data, multiple observations can be processed at one time for the same epoch.
|
ProcessNextObservation
|
Process the next Observation in the buffer associated with the Orbit Determination process.
|
ProcessObservation
|
Process the Observation with the Orbit Determination process. The Measurements processed will be determined by the Usage and Validity flags.
|
PutToFile
|
Convert the object state to FreeFlyer object xml and write to a file.
|
PutToString
|
Convert the object state to FreeFlyer object xml and return as a string.
|
ReferenceEquals
|
Returns 1 if the argument refers to the calling object and 0 otherwise.
|
RegisterOrbitStateObservationGenerator
|
Register the specified trajectory observation generator with the OD estimator process.
|
RegisterTrackingDataFile
|
Register the specified tracking data file with the OD estimator process.
|
Reset
|
Reset the estimation process, closing out all associated tracking data files, and clearing out any observation buffers.
|
Restore
|
Restore an object's state from a previously saved state.
|
Save
|
Save the object's state so that it can be restored later.
|
SetAprioriCovariance
|
Sets the apriori covariance matrix for the estimation process. This must be called prior to starting the estimation process, and must match the dimension of the state vector.
|
SetAprioriSquareRootInformation
|
Sets the apriori square root information matrix for the estimation process. This must be called prior to starting the estimation process, and must match the dimension of the state vector.
|
SetInitialFilterEpochFromSpacecraft
|
Defines the Spacecraft to use for obtaining the initial epoch of the filter. This epoch is evaluated at the first execution of a filter operation.
|
StepOD
|
Step all the objects associated with the Orbit Determination process by the StepSize of the filter.
|
StepToEpoch
|
Steps all of the objects associated with the Orbit Determination process to the specified epoch.
|
StepToNextObservation
|
Step all the objects associated with the Orbit Determination process to the epoch of the next Observation in the buffer. If no more Observations are found, this method returns 0.
|