id | field name | definition |
0 | zpd_time |
binary time | size: 12 |
ZPD time of first deep space sweep used to generate current offset validation data.
unit: "s since 2000-01-01"
value: float(./days) * 86400 + float(./seconds) + float(./microseconds) / 1000000
binary record | size: 12 |
ENVISAT binary datetime
id | field name | definition |
0 | days |
binary int32 | size: 4 |
days since January 1st, 2000 (may be negative)
unit: "days since 2000-01-01"
|
|
1 | seconds |
binary uint32 | size: 4 |
seconds since start of day
unit: "s"
|
|
2 | microseconds |
binary uint32 | size: 4 |
microseconds since start of second
unit: "1e-6 s"
|
|
|
|
|
1 | quality_flag |
binary int8 | size: 1 |
Quality indicator (PCD) 0 = non-corrupted, -1 = corrupted, default values filled in
|
|
2 | num_cumulated |
binary array[5] | size: 20 |
Number cumulated in statistics
|
|
3 | sweep_dir |
ascii string | size: 1 |
Sweep direction, 'F' = forward and 'R' = reverse
|
|
4 | spare_1 |
binary bytes | size: 34 |
Spare
|
hidden: true
|
5 | band |
binary array[5] |
info for bands A, AB, B, C, D
binary record |
id | field name | definition |
0 | num_points |
binary uint32 | size: 4 |
Number of points in band
|
|
1 | first_wavenum |
binary double | size: 8 |
Wavenumber of first point in band
unit: "1/cm"
|
|
2 | last_wavenum |
binary double | size: 8 |
Wavenumber of last point in band
unit: "1/cm"
|
|
3 | mean |
binary array[dim_0] |
Mean data points
dim_0: int(../num_points)
binary float | size: 4 |
unit: "W/(cm2.sr.1/cm)"
|
|
|
4 | std_dev |
binary array[dim_0] |
Standard Deviation data points
dim_0: int(../num_points)
binary float | size: 4 |
unit: "W/(cm2.sr.1/cm)"
|
|
|
|
|
|