public static class SOLFSMYDataLoader.LineParameters extends Object implements TimeStamped, Serializable
Constructor and Description |
---|
LineParameters(AbsoluteDate date,
double f10,
double f10b,
double s10,
double s10b,
double xm10,
double xm10b,
double y10,
double y10b)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
AbsoluteDate |
getDate()
Get the date.
|
double |
getF10()
Get the value of the instantaneous solar flux index
(1e-22*Watt/(m²*Hertz)).
|
double |
getF10B()
Get the value of the mean solar flux.
|
double |
getS10()
Get the EUV index (26-34 nm) scaled to F10.
|
double |
getS10B()
Get the EUV 81-day averaged centered index.
|
double |
getXM10()
Get the MG2 index scaled to F10.
|
double |
getXM10B()
Get the MG2 81-day average centered index.
|
double |
getY10()
Get the Solar X-Ray & Lya index scaled to F10.
|
double |
getY10B()
Get the Solar X-Ray & Lya 81-day ave.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
durationFrom
public LineParameters(AbsoluteDate date, double f10, double f10b, double s10, double s10b, double xm10, double xm10b, double y10, double y10b)
date
- entry datef10
- 10.7-cm Solar Radio Flux (F10.7)f10b
- 10.7-cm Solar Flux, averaged 81-day centered on the input times10
- EUV index (26-34 nm) scaled to F10s10b
- UV 81-day averaged centered indexxm10
- MG2 index scaled to F10xm10b
- MG2 81-day average centered indexy10
- Solar X-Ray & Lya index scaled to F10y10b
- Solar X-Ray & Lya 81-day average centered indexpublic AbsoluteDate getDate()
TimeStamped
getDate
in interface TimeStamped
public double getF10()
Tabular time 1.0 day earlier.
public double getF10B()
Tabular time 1.0 day earlier.
public double getS10()
Tabular time 1.0 day earlier.
public double getS10B()
Tabular time 1.0 day earlier.
public double getXM10()
Tabular time 2.0 days earlier.
public double getXM10B()
Tabular time 2.0 days earlier.
public double getY10()
Tabular time 5.0 days earlier.
public double getY10B()
Tabular time 5.0 days earlier.
Copyright © 2002-2023 CS GROUP. All rights reserved.