Ephemeris.GetCovarianceData(Variable) Method

Top 

Description

Gets the covariance matrix from the ephemeris at the specified vector. If any columns have a discontinuity, their after-discontinuity values will be returned. 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)

 

 

Arguments

vectorIndex


Description:

The index within the ephemeris that specifies a vector.

Valid Range:

vectorIndex ≥ 0

 

 

 

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);

 

 

See also

Ephemeris Object

Ephemeris.GetCovarianceData

Working with Ephemerides

Ephemerides and AHF