CartesianStateObservation(Spacecraft) Constructor

Top 

Description

Create a CartesianStateObservation object, and associate it with the "objectBeingMeasured".

 

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.

 

Constructor Signature

CartesianStateObservation(

Spacecraft objectBeingEstimated)

 

 

Arguments

objectBeingEstimated


Description:

The spacecraft whose state state is being fit to the target / reference state.

 

 

 

Syntax

CartesianStateObservation myCartesianStateObservation1(mySpacecraft1);

 

 

See also

CartesianStateObservation Object