SpacecraftCovariance.GetCovarianceInFrame(String) Method

Top 

Description

Returns the covariance of the spacecraft state in the specified attitude reference frame. This method is only used with the Cartesian element set.

 

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

SpacecraftCovariance.GetCovarianceInFrame(

String referenceFrame)

 

 

Arguments

referenceFrame


Description:

The attitude reference frame in which the covariance will be expressed.

Valid Values:

Value

Label

"ICRF"

ICRF

"VNB"

VNB

"LVLH"

LVLH

"GEODETIC"

GEODETIC

"UVW"

UVW

"RIC"

RIC

 

 

 

 

Return Value

Type:

Matrix of number

 

 

The value of the converted Covariance matrix.

 

Syntax

myMatrix1 = mySpacecraftCovariance1.GetCovarianceInFrame(myString1);

 

 

See also

SpacecraftCovariance Object

SpacecraftCovariance.GetCovarianceInFrame

Orbit Determination Guide