| 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 |
| binary time | size: 12 |
unit: "s since 2000-01-01"
value: float(./day) * 86400 + float(./sec) + float(./microsec) * 1e-06
| binary record | size: 12 |
Time of observation
| 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 | I_SP |
| binary array[8] | size: 256 |
Solar array currents
| binary record | size: 32 |
| id | field name | definition |
| 0 | Name |
| binary string | size: 30 |
|
Name of the Current Channel
|
|
| 1 | current |
| binary int16 (double) | size: 2 |
Numeric value associated to the current channel
unit: "1E-3 mA"
converted unit: "mA" (multiply by 1/1000)
|
|
|
|
|
| 4 | I_other |
| binary array[41] | size: 1312 |
Bus currents
| binary record | size: 32 |
| id | field name | definition |
| 0 | Name |
| binary string | size: 30 |
|
Name of the Current Channel
|
|
| 1 | current |
| binary int16 (double) | size: 2 |
Numeric value associated to the current channel
unit: "1E-3 mA"
converted unit: "mA" (multiply by 1/1000)
|
|
|
|
|
| 5 | I_bat |
| binary array[3] | size: 96 |
Batteries, charge/discharge currents
| binary record | size: 32 |
| id | field name | definition |
| 0 | Name |
| binary string | size: 30 |
|
Name of the Current Channel
|
|
| 1 | current |
| binary int16 (double) | size: 2 |
Numeric value associated to the current channel
unit: "1E-3 mA"
converted unit: "mA" (multiply by 1/1000)
|
|
|
|
|
| 6 | I_batAvg |
| binary int16 (double) | size: 2 |
Batteries, charge/discharge currents (Average)
unit: "1E-3 mA"
converted unit: "mA" (multiply by 1/1000)
|
|