SpacecraftODProperties.SetEphemerisForSmoother(Ephemeris, Variable) Method

Top 

Description

Sets an ephemeris object into the SpacecraftODProperties object to hold the full smoother trajectory. The Ephemeris object will be populated on the call to CalculateSmoothedState.

 

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

SpacecraftODProperties.SetEphemerisForSmoother(

Ephemeris ephemeris,


Variable captureCovariance)

 

 

Arguments

ephemeris


Description:

Ephemeris holding the smoothed spacecraft state and covariance

 

 

captureCovariance


Description:

Indicates whether or not to capture the covariance in the ephemeris.

Valid Values:

Value

Label

0

false

1

true

 

 

 

 

Syntax

mySpacecraftODProperties1.SetEphemerisForSmoother(myEphemeris1, myVariable1);

 

 

See also

SpacecraftODProperties Object

SpacecraftODProperties.SetEphemerisForSmoother

Orbit Determination Guide