id | field name | definition |
0 | band_id |
ascii string |
Band Identifier
byte size: if(bytes(.,7) == "Band 1a", 7, if(bytes(.,7) == "Band 1b", 7, if(bytes(.,7) == "Band 2a", 7, if(bytes(.,7) == "Band 2b", 7, if(bytes(.,6) == "Band 3", 6, if(bytes(.,6) == "Band 4", 6, if(bytes(.,8) == "Blind 1a", 8, if(bytes(.,13) == "Straylight 1a", 13, if(bytes(.,13) == "Straylight 1b", 13, if(bytes(.,13) == "Straylight 2a", 13, -1))))))))))
|
|
1 | integration_time |
ascii double |
Integration Time
unit: "s"
|
|
2 | wavelength_lo |
ascii double |
WaveLength Range (Low)
unit: "nm"
|
|
3 | wavelength_high |
ascii double |
WaveLength Range (High)
unit: "nm"
|
|
4 | num_samples |
ascii int32 |
Number of Detector Pixels Samples
|
|
5 | spect_err |
ascii double |
Spectral Calibration Error
|
|
6 | spectral_check |
ascii int32 |
Spectral Check
|
|
7 | num_sat_pix |
ascii int32 |
Saturated Pixels
|
|
8 | num_hot_pix |
|
9 | num_dead_pix |
|
10 | refl_jump |
ascii int32 |
Reflectivity Jump
|
|
11 | ls1 |
ascii string [line separator] |
|
hidden: true
|
12 | edr |
ascii array[dim_0] |
Earthshine Data Records
dim_0: int(../num_samples)
|
|
|