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 millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

Click here to see the documentation for this object in nanosecond 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