Description
The EstimableProperty object is a base type that provides process action, process noise, sigma, smoothed value, and state update properties to the objects that derive from it. See the Orbit Determination Guide for more information.
Users cannot create instances of this type of object. However, users can access instances of this object type that have been created indirectly, for example as children of other objects. Users can also access any static properties and methods on this object type.
Inheritance Hierarchy: ObjectàEstimableProperty
Derived Types: EstimableAcceleration, EstimableAngleBias, EstimableBStar, EstimableCoefficient, EstimableDistanceBias, EstimableDopplerBias, EstimableEquinoctialA, EstimableEquinoctialLongitude, EstimableHeightBias, EstimableLatLongBias, EstimableMeanMotion, EstimablePosition, EstimablePositionBias, EstimablePositionComponent, EstimablePseudoRangeClockDrift, EstimablePseudoRangeReceiverBias, EstimablePseudoRangeTimeBias, EstimableRangeRateBias, EstimableTimeBias, EstimableVelocity, EstimableVelocityBias
Available In Editions:
Engineer
Mission
Timing Precision Mode
This page describes functionality in nanosecond timing precision mode.
Name
|
Description
|
DeclaredName
|
The name of the object as declared.
|
DisplayName
|
The name displayed for this object in output windows such as views, plots, and reports.
|
ObjectId
|
The unique identifier for the object.
|
ObjectType
|
The type of the object.
|
ProcessAction
|
Indicates whether the property should be estimated, considered, or ignored in the Orbit Determination process.
|
ProcessNoise
|
Specifies the amount of process noise to add to the diagonal elements of the covariance matrix with each time-step for this property.
|
Sigma
|
Specifies the uncertainty (standard deviation) in the value of the property.
|
SmoothedValue
|
The smoothed value of the property when the property is estimated in Kalman Filter / Smoother combination.
|
StateUpdate
|
The value of the state update that is applied to this property when it is estimated in an Orbit Determination process.
|
Value
|
The current value of the property.
|
|
Name
|
Description
|
ClearSavedStates
|
Clears previous saved states for this object.
|
GetFromFile
|
Load the object state from the specified FreeFlyer object file.
|
GetFromString
|
Load the object state from the specified string.
|
PutToFile
|
Convert the object state to FreeFlyer object xml and write to a file.
|
PutToString
|
Convert the object state to FreeFlyer object xml and return as a string.
|
ReferenceEquals
|
Returns 1 if the argument refers to the calling object and 0 otherwise.
|
Restore
|
Restore an object's state from a previously saved state.
|
Save
|
Save the object's state so that it can be restored later.
|
|
See also
Orbit Determination Guide
|