Ephemeris.GetCovarianceData Method

Top 

Description

Gets the covariance values from the ephemeris at the specified vector and returns them as a matrix.

 

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.

 

Overload List

Signatures

Return Value

Description

Ephemeris.GetCovarianceData(Variable vectorIndex)

Matrix

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.

Ephemeris.GetCovarianceData(Variable vectorIndex, Variable discontinuityBehavior)

Matrix

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.

 

 

See also

Ephemeris Object

Working with Ephemerides

Ephemerides and AHF