Class GuidanceSunEstimationNavigationMessage
- Namespace
- NominalSystems.Messages
- Assembly
- NominalSystems.Messages.dll
[Nominal] The configuration for the SUN_ESTIMATION navigation software. This will initialise any parameters that are required.
public sealed class GuidanceSunEstimationNavigationMessage : Message
- Inheritance
-
GuidanceSunEstimationNavigationMessage
Fields
CrossAttitude
Have attitude depend on attitude rate.
[Unit(UnitType.NONE)]
public bool CrossAttitude
Field Value
CrossTranslation
Have position error depend on velocity.
[Unit(UnitType.NONE)]
public bool CrossTranslation
Field Value
EKFSwitch
Max covariance element after which the filter switches to. an EKF update.
[Unit(UnitType.NONE)]
public double EKFSwitch
Field Value
ObservationNoise
CSS instrument noise parameter.
[Unit(UnitType.NONE)]
public double ObservationNoise
Field Value
ProcessNoise
Process noise parameter.
[Unit(UnitType.NONE)]
public double ProcessNoise
Field Value
SensorThreshold
Threshold below which a sensor data is ignored Typically, this is the sqrt(noise) of the sensor multiplied by some factor. By default, a 5 sigma is often used as such factor.
[Unit(UnitType.NONE)]
public double SensorThreshold
Field Value
UseEclipse
Have the sun pointing vector take eclipses into account.
[Unit(UnitType.NONE)]
public bool UseEclipse