id | field name | definition |
0 | UTC_TIME |
binary array[32] | size: 192 |
UTC time associated with every second scanner position (0, 2, ..., 62)
binary time | size: 6 |
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"
|
|
|
|
|
|
1 | SUB_SATELLITE_POINT |
binary array[32] | size: 256 |
Geodetic latitude and geocentric longitude of sub-satellite point (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)
|
|
|
|
|
2 | SATELLITE_ALTITUDE |
binary array[32] | size: 128 |
Geodetic altitude of satellite (earth-fixed CS)
binary int32 (double) | size: 4 |
unit: "1e-3 m"
converted unit: "m" (multiply by 1/1000)
|
|
|
3 | SOLAR_ZENITH_ANGLE |
binary array[32] | size: 128 |
Solar zenith angle (Satellite Relative Actual CS)
binary int32 (double) | size: 4 |
unit: "1e-6 degrees"
converted unit: "degrees" (multiply by 1/1000000)
|
|
|
4 | SOLAR_AZIMUTH_ANGLE |
binary array[32] | size: 128 |
Solar azimuth angle (Satellite Relative Actual CS)
binary int32 (double) | size: 4 |
unit: "1e-6 degrees"
converted unit: "degrees" (multiply by 1/1000000)
|
|
|