Table of Contents

Class AlbedoMessage

Namespace
NominalSystems.Messages
Assembly
NominalSystems.Messages.dll

[Nominal] Message structure defining albedo information

public class AlbedoMessage : Message<AlbedoPayload>
Inheritance
Message<AlbedoPayload>
AlbedoMessage
Inherited Members
Message<AlbedoPayload>.Payload
Message<AlbedoPayload>.ToString()
Message<AlbedoPayload>.PayloadType
Message<AlbedoPayload>.PayloadObject

Constructors

AlbedoMessage()

Default constructor for the Albedo message.

public AlbedoMessage()

Properties

Albedo

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

[Units("-")]
public double Albedo { get; set; }

Property Value

double

AlbedoMaximum

[-] Maximum Albedo acting on the instrument considering the instrument's position.

[Units("-")]
public double AlbedoMaximum { get; set; }

Property Value

double

Flux

[W/m^2] Albedo flux at instrument considering the unit normal and FOV of the instrument in addition to the position.

[Units("W/m^2")]
public double Flux { get; set; }

Property Value

double

FluxMaximum

[W/m^2] Maximum Albedo Flux acting on the instrument considering the instrument's position.

[Units("W/m^2")]
public double FluxMaximum { get; set; }

Property Value

double