id | field name | definition |
0 | pix_nr |
binary int32 | size: 4 |
Ground Pixel Number
|
|
1 | subset_counter |
binary int32 | size: 4 |
Subset Counter (0, 1, 2, or 3)
|
|
2 | 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"
|
|
|
|
|
3 | sza |
binary array[3] | size: 12 |
3 Solar Zenith Angles at Satellite for the points {A', B', C'}
|
|
4 | line_sight |
binary array[3] | size: 12 |
3 Line-of-Sight Angles at Satellite for the points {A', B', C'}
|
|
5 | rel_azi |
binary array[3] | size: 12 |
3 Relative Azimuth Angles at Satellite for the points {A', B', C'}
|
|
6 | sza_toa |
binary array[3] | size: 12 |
3 Solar Zenith Angles at TOA (Top-Of-Atmosphere) for the points {A', B',C'}
|
|
7 | line_sight_toa |
binary array[3] | size: 12 |
3 Line-of-Sight Angles at TOA (Top-Of-Atmosphere) for the points {A', B', C'}
|
|
8 | rel_azi_toa |
binary array[3] | size: 12 |
3 Relative Azimuth Angles at TOA (Top-Of-Atmosphere) for the points {A', B', C'}
|
|
9 | sat_geodetic_height |
binary float | size: 4 |
Satellite Geodetic Height at point {B'}
|
|
10 | earth_radius_curvature |
binary float | size: 4 |
Earth Radius of Curvature at point {B'}
|
|
11 | 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
|
|
|
|
|