id | field name | definition |
0 | MDR_ID |
binary uint16 | size: 2 |
Data Set Record identifier
|
|
1 | SyncStatus |
binary uint16 | size: 2 |
Time synchronization status, source and quality
|
|
2 | t_ACC |
binary time | size: 12 |
unit: "s since 2000-01-01"
value: float(./day) * 86400 + float(./sec) + float(./microsec) * 1e-06
binary record | size: 12 |
Timestamp of ACC Lebel 1b instrument level data
id | field name | definition |
0 | day |
binary int32 | size: 4 |
unit: "days since 2000-01-01"
|
|
1 | sec |
binary uint32 | size: 4 |
unit: "s"
|
|
2 | microsec |
binary uint32 | size: 4 |
unit: "1E-6 s"
|
|
|
|
|
3 | ACC |
binary record | size: 38 |
ACC Level 1b processing at instrument level
id | field name | definition |
0 | a_lin |
binary array[3] | size: 12 |
binary int32 (double) | size: 4 |
unit: "1E-11 m/s2"
converted unit: "m/s2" (multiply by 1/100000000000)
|
|
|
1 | a_ang |
binary array[3] | size: 12 |
binary int32 (double) | size: 4 |
unit: "1E-11 rad/s2"
converted unit: "rad/s2" (multiply by 1/100000000000)
|
|
|
2 | p_lin |
binary array[3] | size: 6 |
binary int16 (double) | size: 2 |
unit: "1E-7 m"
converted unit: "m" (multiply by 1/10000000)
|
|
|
3 | p_ang |
binary array[3] | size: 6 |
binary int16 (double) | size: 2 |
unit: "1E-6 rad"
converted unit: "rad" (multiply by 1/1000000)
|
|
|
4 | U_pol |
binary int16 (double) | size: 2 |
unit: "1E-3 V"
converted unit: "V" (multiply by 1/1000)
|
|
|
|
4 | Fill_1 |
binary bytes | size: 2 |
Filler
|
hidden: true
|