id | field name | definition |
0 | start_of_obs_datetime |
binary time | size: 12 |
Start date and time of Measurement
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 | mie_map_of_l1b_meas_used |
binary array[24] | size: 144 |
Map of Mie Measurements used by the L2B accumulations
binary record | size: 6 |
id | field name | definition |
0 | which_l2b_wind_id |
binary uint32 | size: 4 |
reference to the L2B wind result to which this L1B range bin contributed. It will be set to 0 if not used.
|
|
1 | weight |
binary uint16 | size: 2 |
Weight used for this L1B range bin while accumulating the signals used to produce the L2B wind result to which this L1B range bin contributed. The valid range is 0-1000
|
|
|
|
|
2 | rayleigh_map_of_l1b_meas_used |
binary array[24] | size: 144 |
Map of Rayleigh Measurements used by the L2B accumulations
binary record | size: 6 |
id | field name | definition |
0 | which_l2b_wind_id |
binary uint32 | size: 4 |
reference to the L2B wind result to which this L1B range bin contributed. It will be set to 0 if not used.
|
|
1 | weight |
binary uint16 | size: 2 |
Weight used for this L1B range bin while accumulating the signals used to produce the L2B wind result to which this L1B range bin contributed. The valid range is 0-1000
|
|
|
|
|
3 | spare |
binary bytes | size: 8 |
Spare
|
hidden: true
|