| id | field name | definition |
| 0 | datetime |
| binary time | size: 8 |
Date, time of the ground pixel at end of integration time
unit: "s since 2000-01-01"
value: (float(./days) - 18262) * 86400 + float(./milliseconds) / 1000
| binary record | size: 8 |
GOME binary datetime
| id | field name | definition |
| 0 | days |
| binary int32 | size: 4 |
days since January 1st, 1950 (may be negative)
unit: "days since 1950-01-01"
|
|
| 1 | milliseconds |
| binary uint32 | size: 4 |
milliseconds since start of day
unit: "1e-3 s"
|
|
|
|
|
| 1 | sza_n |
| binary array[3] | size: 24 |
Solar Zenith and Azimuth Angles at Satellite w.r.t. North for the points {A, B, C}
| binary record | size: 8 |
| id | field name | definition |
| 0 | solarzn |
| binary float | size: 4 |
|
Zenith Angle
|
|
| 1 | azmang |
| binary float | size: 4 |
|
Azimuth Angle
|
|
|
|
|
| 2 | line_sight_n |
| binary array[3] | size: 24 |
Line-of-Sight Zenith and Azimuth Angles at Satellite w.r.t. North for the points {A, B, C}
| binary record | size: 8 |
| id | field name | definition |
| 0 | linosght |
| binary float | size: 4 |
|
Zenith Angle
|
|
| 1 | azmang |
| binary float | size: 4 |
|
Azimuth Angle
|
|
|
|
|
| 3 | sza_s |
| binary array[3] | size: 24 |
Solar Zenith and Azimuth Angles at Satellite w.r.t. Spacecraft for the points {A, B, C}
| binary record | size: 8 |
| id | field name | definition |
| 0 | solarzn |
| binary float | size: 4 |
|
Zenith Angle
|
|
| 1 | azmang |
| binary float | size: 4 |
|
Azimuth Angle
|
|
|
|
|
| 4 | line_sight_s |
| binary array[3] | size: 24 |
Line-of-Sight Zenith and Azimuth Angles at Satellite w.r.t. Spacecraft for the points {A, B, C}
| binary record | size: 8 |
| id | field name | definition |
| 0 | linosght |
| binary float | size: 4 |
|
Zenith Angle
|
|
| 1 | azmang |
| binary float | size: 4 |
|
Azimuth Angle
|
|
|
|
|
| 5 | sath |
| binary float | size: 4 |
|
Satellite Geodetic Height at point {B}
|
|
| 6 | ertr |
| binary float | size: 4 |
|
Earth Radius of Curvature at point {B}
|
|
| 7 | psl |
| binary int8 | size: 1 |
|
Possible Sun-glint (0=no, 1=yes)
|
|
| 8 | corners |
| binary array[5] | size: 40 |
4 Corner and Center Coordinates (Latitude and Longitude) at points {1,2,3,4,5} of Ground Pixel
| binary record | size: 8 |
| id | field name | definition |
| 0 | lat |
| binary float | size: 4 |
|
Latitude
|
|
| 1 | lon |
| binary float | size: 4 |
|
Longitude
|
|
|
|
|