Class SunlineFilterMessage
- Namespace
- NominalSystems.Messages
- Assembly
- NominalSystems.Messages.dll
[Nominal] Message for filter-states output for the Kalman filter implementation of the sunline state estimator.
public sealed class SunlineFilterMessage : Message
- Inheritance
-
SunlineFilterMessage
Fields
Covariance
Current covariance of the filter.
[Unit(UnitType.NONE)]
public Matrix Covariance
Field Value
NumMeasurements
Valid observation count for this frame.
[Unit(UnitType.NONE)]
public int NumMeasurements
Field Value
PostFitResiduals
PostFit Residuals.
[Unit(UnitType.NONE)]
public Vector PostFitResiduals
Field Value
StateError
Current deviation of the state from the reference state.
[Unit(UnitType.NONE)]
public Vector StateError
Field Value
StateVector
[-] State estimate of the sun estimation and navigation state of the current software. This includes two Vector3 components. The state should be initialised with a default value.
[Unit(UnitType.NONE)]
public Vector StateVector