Table of Contents

Class CSSArrayConfigMessage

Namespace
NominalSystems.Messages
Assembly
NominalSystems.Messages.dll

[Nominal] Message used to contain the configuration information for each sun sensor within the coarse sun sensor (CSS) array.


public sealed class CSSArrayConfigMessage : Message
Inheritance
CSSArrayConfigMessage

Fields

CalibrationBiases

Individual calibration coefficient bias for CSS. If all CSS have the same gain, then this is set to 1.0. If one CSS has a 10% stronger response for the same input, then the value would be 1.10.

[Unit(UnitType.NONE)]
public double[] CalibrationBiases

Field Value

double[]

NormalVectors

CSS unit normal vectors for the constellation expressed in structure.

[Unit(UnitType.NONE)]
public Vector3[] NormalVectors

Field Value

Vector3[]

NumCSS

Number of coarse sun sensors in array.

[Unit(UnitType.NONE)]
public int NumCSS

Field Value

int