EstimableAcceleration.ProcessNoiseRate Property

Top 

Description

The amount of process noise per second to be added to the property's covariance with each time-step. If the property is frame dependent, setting this property will set it in the ICRF frame. If the property is part of a Spacecraft, which also has a process noise matrix interface, then setting this value will reinitialize the process noise matrix to a diagonal matrix in the ICRF frame. Alternatively, you can modify the process noise rate for this property by modifying the Spacecraft.OD.ProcessNoise.Matrix property directly, which will leave all other values intact.

 

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.

 

Attributes

Type:

number

Access:

read/write

Units:

km2/s5

Default Value:

1e-16

Valid Range:

EstimableAcceleration.ProcessNoiseRate ≥ 0

 

Syntax

myVariable1 = myEstimableAcceleration1.ProcessNoiseRate;

 

myEstimableAcceleration1.ProcessNoiseRate = myVariable1;

 

See also

EstimableAcceleration Object

Orbit Determination Guide