Table of Contents

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

double

Direction_B

Sensor unit direction vector in the spacecraft, "B", body frame.

[Unit(UnitType.NONE)]
public Vector3 Direction_B

Field Value

Vector3

FOV

Field of view (boresight to edge).

[Unit(UnitType.DEGREE)]
public double FOV

Field Value

double

KellyCurveFit

The fit value for the Kelly curve.

[Unit(UnitType.NONE)]
public double KellyCurveFit

Field Value

double

MaxSignal

Maximum sensor signal, -1 means this value is not set.

[Unit(UnitType.NONE)]
public double MaxSignal

Field Value

double

MinSignal

Maximum sensor signal, -1 means this value is not set.

[Unit(UnitType.NONE)]
public double MinSignal

Field Value

double

NoiseStd

Sensor noise standard deviation.

[Unit(UnitType.NONE)]
public double NoiseStd

Field Value

double

Position_B

Sensor position vector in the spacecraft, "B", body frame.

[Unit(UnitType.METRE)]
public Vector3 Position_B

Field Value

Vector3

ScaleFactor

The scalar for multiplying the sensor value by some. number.

[Unit(UnitType.NONE)]
public double ScaleFactor

Field Value

double