|
The SORCE solar spectral irradiance data products are written using the
NCSA HDF5 file format. HDF5
is a heirarchical data format which consists of two object types:
groups and datasets. Groups are analogous to directories or folders (all
files have at least a root or "/" group), whereas datasets may
contain arrays, images or tables. Both object types may contain a set of
attributes. HDF5 files are portable, that is one can read the data using the
HDF5 libraries or tools on any supported platform (Windows, MacOS, Linux, or
Unix) independent of where the file was originally created.
Each SORCE Level 3 Solar Spectral Irradiance file contains a set of file level
attributes and four data tables: "Solar Spectral Irradiance",
"Solar and Geophysical Parameters" "Total Solar Irradiance",
and "XPS EUV Solar Spectrum". Each table has a set of attributes as
well which contain the definition of each field in the table. The structure or
layout of the data files is shown here:
File Attributes:
- Data Product Name
- Data Version
- Data Product Description
- Data Quality and Validation
- Data Producer's URL
- Data Product Documentation URL
|
Solar Spectral Irradiance
| Name | Type | Size |
Includes attributes with descriptions of the table and each field listed |
| instrumentModeId | 32-bit signed integer | 1 |
| julianTimetag | 64-bit float | 1 |
| version | 32-bit signed integer | 1 |
| minWavelength | 64-bit float | 1 |
| maxWavelength | 64-bit float | 1 |
| irradiance | 64-bit float | 1 |
| irradianceUncertainty | 64-bit float | 1 |
| quality | 64-bit float | 1 |
|
Solar and Geophysical Parameters
| Name | Type | Size |
Includes attributes with descriptions of the table and each field listed |
| julianTimetag | 64-bit float | 1 |
| parameterName | String, length=39 | 1 |
| value | 64-bit float | 1 |
| uncertainty | 64-bit float | 1 |
|
Total Solar Irradiance
| Name | Type | Size |
Includes attributes with descriptions of the table and each field listed |
| julianTimetag | 64-bit float | 1 |
| averageJulianTime | 64-bit float | 1 |
| averageJulianTimeStdev | 64-bit float | 1 |
| correctedIrradiance | 64-bit float | 1 |
| correctedIrradianceUncertainty | 64-bit float | 1 |
| correctedIrradianceStdev | 64-bit float | 1 |
| trueEarthIrradiance | 64-bit float | 1 |
| trueEarthIrradianceUncertainty | 64-bit float | 1 |
| trueEarthIrradianceStdev | 64-bit float | 1 |
|
XPS EUV Solar Spectrum
| Name | Type | Size |
Includes attributes with descriptions of the table and each field listed |
| julianTimetag | 64-bit float | 1 |
| averageJulianTimetag | 64-bit float | 1 |
| averageJulianTimetagStDev | 64-bit float | 1 |
| timeSpanInHours | 8-bit signed integer | 1 |
| diodeNumber | 32-bit signed integer | 1 |
| version | 16-bit signed integer | 1 |
| minWavelengthInBandpass | 32-bit float | 1 |
| maxWavelengthInBandpass | 32-bit float | 1 |
| medianIrradiance | 64-bit float | 1 |
| averageIrradiance | 64-bit float | 1 |
| absoluteUncertainty | 64-bit float | 1 |
| measurementPrecision | 64-bit float | 1 |
| calculationPrecision | 64-bit float | 1 |
| degradationModel | 8-bit character | 1 |
| numberOfPoints | 32-bit integer | 1 |
|
|
 |