Description
The EstimableEquinoctialLongitude object holds information about how the mean longitude (from the Equinoctial element set) of a Spacecraft state is handled in the Orbit Determination / State Estimation process. This object is not creatable in script, but EstimableEquinoctialLongitude is always created as a child object of the EquinoctialOrbitStateEstimablePropertyContainer and Sgp4OrbitStateEstimablePropertyContainer objects, as seen below:
Spacecraft1.OD.Equinoctial.Longitude.Sigma = 0.001;
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->EstimableEquinoctialLongitude
Parent Objects: EquinoctialOrbitStateEstimablePropertyContainer, NoradOrbitStateEstimablePropertyContainer, Sgp4OrbitStateEstimablePropertyContainer
Available In Editions:
Engineer
Mission
Timing Precision Mode
This page describes functionality in nanosecond timing precision mode.
Click here to see the documentation for this object in millisecond timing precision mode.
Name
|
Description
|
Attributes
|
DeclaredName
|
The name of the object as declared.
|
Type: String
Access: Read-Only
|
DisplayName
|
The name displayed for this object in output windows such as views, plots, and reports.
|
Type: String
Access: Read/Write
|
ObjectId
|
The unique identifier for the object.
|
Type: Variable
Access: Read-Only
|
ObjectType
|
The type of the object.
|
Type: String
Access: Read-Only
|
ProcessAction
|
Indicates whether the property should be estimated, considered, or ignored in the Orbit Determination process. If this property is part of a Spacecraft, which also has a process noise matrix interface, then changing this value will reinitialize the process noise matrix to a diagonal matrix in the ICRF frame.
|
Type: Variable
Access: Read/Write
|
ProcessNoiseRate
|
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.
|
Type: Variable
Access: Read/Write
Units: deg^2/s
|
Sigma
|
Specifies the uncertainty (standard deviation) in the value of the property.
|
Type: Variable
Access: Read/Write
Units: deg
|
SmoothedValue
|
The smoothed value of the property when the property is estimated in Kalman Filter / Smoother combination.
|
Type: Variable
Access: Read-Only
Units: deg
|
StateUpdate
|
The value of the state update that is applied to this property when it is estimated in an Orbit Determination process.
|
Type: Variable
Access: Read-Only
Units: deg
|
Value
|
The current value of the property.
|
Type: Variable
Access: Read/Write
Units: deg
|
|
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.
|
|
Name
|
Description
|
Attributes
|
ProcessNoise
|
The process noise to be added to the property's covariance with each time-step. The amount of process noise added is scaled by a ratio of the duration of the step taken and the propagator step size.
This property has been Deprecated. ProcessNoise has been replaced by ProcessNoiseRate. To continue using this property, please ensure to set the ProcessNoiseModel property to 'Use ProcessNoise By Step'. The ProcessNoiseModel property can be found on any Sequential Filter object or the Spacecraft OD Properties object.
|
Type: Variable
Access: Read/Write
Units: deg^2
|
|
|