SpacecraftCovariance.SetStateSigmasInFrame(String, Array) Method

Top 

Description

Sets the Spacecraft covariance, converting from the specified input Attitude Reference Frame to the ICRF. The input sigmas are used as the Square Root of the diagonal of the input covariance. This method only works in conjunction 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.SetStateSigmasInFrame(

String inputReferenceFrame,


Array inputStateSigmasInFrame)

 

 

Arguments

inputReferenceFrame


Description:

The attitude reference frame of the input state sigmas array.

Valid Values:

Value

Label

"ICRF"

ICRF

"VNB"

VNB

"LVLH"

LVLH

"GEODETIC"

GEODETIC

"UVW"

UVW

"RIC"

RIC

 

 

 

inputStateSigmasInFrame


Description:

The input state sigmas array, in the user-specfied attitude reference frame.

Required Size:

3 to 8

 

 

 

Syntax

mySpacecraftCovariance1.SetStateSigmasInFrame(myString1, myArray1);

 

 

See also

SpacecraftCovariance Object

SpacecraftCovariance.SetStateSigmasInFrame

Orbit Determination Guide