BatchLeastSquaresOD.AddObjectToProcess(List<ThrustEvent>) Method

Top 

Description

Include the List of ThrustEvents in the Estimation process. Whether the ThrustEvent properties are Estimated, Considered, or Ignored is determined by the ThrustEvent's ProcessAction flags.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Method Signature

BatchLeastSquaresOD.AddObjectToProcess(

List<ThrustEvent> thrustEvent)

 

 

Arguments

thrustEvent


Description:

A List of ThrustEvent objects to include in the Estimation process.

 

 

 

Syntax

myBatchLeastSquaresOD1.AddObjectToProcess(myListOfThrustEvent1);

 

 

See also

BatchLeastSquaresOD Object

BatchLeastSquaresOD.AddObjectToProcess

Orbit Determination Guide