SpacecraftCovariance.SetCovarianceInFrame(CoordinateSystem, Matrix) Method

Top 

Description

Sets the covariance of the spacecraft state in the inertial reference frame, after converting from 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.SetCovarianceInFrame(

CoordinateSystem coordinate_system,


Matrix inputCovarianceInFrame)

 

 

Arguments

coordinate_system


Description:

A CoordinateSystem to define the reference frame of the input covariance.

 

 

inputCovarianceInFrame


Description:

The input covariance matrix, in the user-specfied attitude reference frame.

 

 

 

Syntax

mySpacecraftCovariance1.SetCovarianceInFrame(myCoordinateSystem1, myMatrix1);

 

 

See also

SpacecraftCovariance Object

SpacecraftCovariance.SetCovarianceInFrame

Orbit Determination Guide