Ephemeris.GetCovarianceData(Variable, Variable) Method

Top 

Description

Gets the covariance matrix from the ephemeris at the specified vector. Which value is returned for discontinuous columns is specified by the second argument. If the Ephemeris does not contain covariance data, an error is thrown.

 

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

Ephemeris.GetCovarianceData(

Variable vectorIndex,


Variable discontinuityBehavior)

 

 

Arguments

vectorIndex


Description:

The index within the ephemeris that specifies a vector.

Valid Range:

vectorIndex ≥ 0

 

 

discontinuityBehavior


Description:

Before or after discontinuity.

Valid Values:

Value

Label

0

Before Discontinuity

1

After Discontinuity

 

 

 

 

Return Value

Type:

Matrix of number (size = 6 x 6)

 

 

Returns the covariance matrix from the ephemeris at the specified vector.

 

Syntax

myMatrix1 = myEphemeris1.GetCovarianceData(myVariable1, myVariable2);

 

 

See also

Ephemeris Object

Ephemeris.GetCovarianceData

Working with Ephemerides

Ephemerides and AHF