Table of Contents

Class AlbedoMessage

Namespace
NominalSystems.Messages
Assembly
NominalSystems.Messages.dll

[Nominal] Message that defines the sunlight albedo information reflecting off a particular component or sensor.


public sealed class AlbedoMessage : Message
Inheritance
AlbedoMessage

Fields

Albedo

Albedo acting on the instrument considering the unit normal and FOV of the instrument in addition to the position.

[Unit(UnitType.NONE)]
public double Albedo

Field Value

double

AlbedoMaximum

Maximum Albedo acting on the instrument considering the instrument's position, regardless of the rotation.

[Unit(UnitType.NONE)]
public double AlbedoMaximum

Field Value

double

Flux

Albedo flux at instrument considering the unit normal and FOV of the instrument in addition to the position.

[Unit(UnitType.WATT_PER_SQUARE_METRE)]
public double Flux

Field Value

double

FluxMaximum

Maximum Albedo Flux acting on the instrument considering the instrument's position, regardless of the rotation.

[Unit(UnitType.WATT_PER_SQUARE_METRE)]
public double FluxMaximum

Field Value

double