Table of Contents

Class SpaceWeatherDataMessage

Namespace
NominalSystems.Messages
Assembly
NominalSystems.Messages.dll

[Nominal] The "SpaceWeather" message

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

Constructors

SpaceWeatherDataMessage()

Default constructor

public SpaceWeatherDataMessage()

Properties

Ap

[-] The measure of the general level of geomagnetic activity over the globe for a given day

public double Ap { get; set; }

Property Value

double

F107

[-] 10.7cm solar radio flux emissions

public double F107 { get; set; }

Property Value

double

F107Average

[-] 81 day average of F10.7 flux (centered on Day of Year)

public double F107Average { get; set; }

Property Value

double

Indicies

[kg/m^3] Local neutral particle density

public double[] Indicies { get; set; }

Property Value

double[]