KalmanFilterOD.AddThrustEventToSequence(ThrustEvent, Spacecraft, Variable) Method

Top 

Description

Adds a ThrustEvent to the OD Estimation sequence, and associates it with a spacecraft to which the thrust event will be applied.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Method Signature

KalmanFilterOD.AddThrustEventToSequence(

ThrustEvent thrustEvent,


Spacecraft spacecraft,


Variable startTime)

 

 

Arguments

thrustEvent


Description:

The ThrustEvent object containing the details of the thrust event to perform.

Allowed Types:

ThrustEvent, Burn, FiniteBurn, ImpulsiveBurn, OutgassingEvent

 

 

spacecraft


Description:

The spacecraft to maneuver.

 

 

startTime


Description:

The absolute start epoch of the maneuver in GSFC modified julian TAI. Note that the maneuver object has a ManeuverStartTime property; this is applied (in seconds) as a bias to the startTime specified here.

 

 

 

Syntax

myKalmanFilterOD1.AddThrustEventToSequence(myThrustEvent1, mySpacecraft1, myVariable1);

 

 

See also

KalmanFilterOD Object

Orbit Determination Guide