Class CSSConfigMessage
- Namespace
- NominalSystems.Messages
- Assembly
- NominalSystems.Messages.dll
[Nominal] This message is the output of each coarse sun sensor (CSS) device to output the configuration of the sensor in the idle state.
public sealed class CSSConfigMessage : Message
- Inheritance
-
CSSConfigMessage
Fields
Bias
Sensor bias.
[Unit(UnitType.NONE)]
public double Bias
Field Value
Direction_B
Sensor unit direction vector in the spacecraft, "B", body frame.
[Unit(UnitType.NONE)]
public Vector3 Direction_B
Field Value
FOV
Field of view (boresight to edge).
[Unit(UnitType.DEGREE)]
public double FOV
Field Value
KellyCurveFit
The fit value for the Kelly curve.
[Unit(UnitType.NONE)]
public double KellyCurveFit
Field Value
MaxSignal
Maximum sensor signal, -1 means this value is not set.
[Unit(UnitType.NONE)]
public double MaxSignal
Field Value
MinSignal
Maximum sensor signal, -1 means this value is not set.
[Unit(UnitType.NONE)]
public double MinSignal
Field Value
NoiseStd
Sensor noise standard deviation.
[Unit(UnitType.NONE)]
public double NoiseStd
Field Value
Position_B
Sensor position vector in the spacecraft, "B", body frame.
[Unit(UnitType.METRE)]
public Vector3 Position_B
Field Value
ScaleFactor
The scalar for multiplying the sensor value by some. number.
[Unit(UnitType.NONE)]
public double ScaleFactor