SpacecraftCovariance.MapSmoothedErrorEllipsoid(Array, CoordinateSystem) Method

Top 

Description

Determines the orientation and size of the Error Ellipsoid by calculating the Eigenvalues and Eigenvectors of the Smoothed 3x3 position Covariance.

 

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.MapSmoothedErrorEllipsoid(

Array eigenValues,


CoordinateSystem dcm)

 

 

Arguments

eigenValues


Description:

A 3 element array containing the component Eigenvalues.

Required Size:

At least 3

 

 

dcm


Description:

A CoordinateSystem object to hold the orientation of the Error Ellipse, relative ot the MJ2000 reference frame.

 

 

 

Syntax

mySpacecraftCovariance1.MapSmoothedErrorEllipsoid(myArray1, myCoordinateSystem1);

 

 

See also

SpacecraftCovariance Object

SpacecraftCovariance.MapSmoothedErrorEllipsoid

Orbit Determination Guide