| id | field name | definition |
| 0 | SCANNER_ANGLE_ACTUAL |
| binary int32 (double) | size: 4 |
Scanner viewing angle corresponding to actual integration time
unit: "1e-6 degrees"
converted unit: "degrees" (multiply by 1/1000000)
|
|
| 1 | SCAN_DIRECTION |
| binary uint8 | size: 1 |
|
Scanning direction (1 = forward, 2 = backward, 0 = other)
|
|
| 2 | CORNER_ACTUAL |
| binary array[4] | size: 32 |
Geodetic latitude and geocentric longitude at ground corresponding to actual integration time, points ABCD (earth-fixed CS)
| binary record | size: 8 |
| id | field name | definition |
| 0 | latitude |
| binary int32 (double) | size: 4 |
unit: "1e-6 degrees_north"
converted unit: "degrees_north" (multiply by 1/1000000)
|
|
| 1 | longitude |
| binary int32 (double) | size: 4 |
unit: "1e-6 degrees_east"
converted unit: "degrees_east" (multiply by 1/1000000)
|
|
|
|
|
| 3 | CENTRE_ACTUAL |
| binary record | size: 8 |
Geodetic latitude and geocentric longitude at ground corresponding to actual integration time, points F (earth-fixed CS)
| id | field name | definition |
| 0 | latitude |
| binary int32 (double) | size: 4 |
unit: "1e-6 degrees_north"
converted unit: "degrees_north" (multiply by 1/1000000)
|
|
| 1 | longitude |
| binary int32 (double) | size: 4 |
unit: "1e-6 degrees_east"
converted unit: "degrees_east" (multiply by 1/1000000)
|
|
|
|
| 4 | SOLAR_ZENITH_ACTUAL |
| binary array[3] | size: 12 |
Solar zenith angle corresponding to actual integration time at height h0, points EFG (topocentric CS)
| binary int32 (double) | size: 4 |
unit: "1e-6 degrees"
converted unit: "degrees" (multiply by 1/1000000)
|
|
|
| 5 | SOLAR_AZIMUTH_ACTUAL |
| binary array[3] | size: 12 |
Solar azimuth angle corresponding to actual integration time at height h0, points EFG (topocentric CS)
| binary int32 (double) | size: 4 |
unit: "1e-6 degrees"
converted unit: "degrees" (multiply by 1/1000000)
|
|
|
| 6 | SAT_ZENITH_ACTUAL |
| binary array[3] | size: 12 |
Satellite zenith angle corresponding to actual integration time at height h0, points EFG (topocentric CS)
| binary int32 (double) | size: 4 |
unit: "1e-6 degrees"
converted unit: "degrees" (multiply by 1/1000000)
|
|
|
| 7 | SAT_AZIMUTH_ACTUAL |
| binary array[3] | size: 12 |
Satellite azimuth angle corresponding to actual integration time at height h0, points EFG (topocentric CS)
| binary int32 (double) | size: 4 |
unit: "1e-6 degrees"
converted unit: "degrees" (multiply by 1/1000000)
|
|
|
| 8 | READOUT_START_TIME |
| binary time | size: 6 |
UTC time associated with the read-out of the detector pixel which is read out first per band
unit: "s since 2000-01-01"
value: float(./days) * 86400 + float(./milliseconds) / 1000
| binary record | size: 6 |
EPS short cds
| id | field name | definition |
| 0 | days |
| binary uint16 | size: 2 |
days since January 1st, 2000 (must be positive)
unit: "days since 2000-01-01"
|
|
| 1 | milliseconds |
| binary uint32 | size: 4 |
milliseconds since start of day
unit: "1e-3 s"
|
|
|
|
|