SGP4StateEstimator.PerformFit(Variable, Variable) Method

Top 

Description

Performs up to numberOfIterations in the fit process, or less if the wrmsCriteria is met before then.

 

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

SGP4StateEstimator.PerformFit(

Variable numberOfIterations,


Variable wrmsCriteria)

 

 

Arguments

numberOfIterations


Description:

The number of iterations of batch least squares process to perform.

Valid Range:

numberOfIterations > 0

 

 

wrmsCriteria


Description:

The WMRS threshold used to determine convergence.

Valid Range:

wrmsCriteria > 0

 

 

 

Syntax

mySGP4StateEstimator1.PerformFit(myVariable1, myVariable2);

 

 

See also

SGP4StateEstimator Object

SGP4StateEstimator.PerformFit