id | field name | definition |
0 | RECORD_HEADER |
|
1 | START_UTC_DPM |
binary time | size: 6 |
Start UTC date/time of the last measurements mode contributing to an update of the DPM (e.g. WLS or Dark mode)
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"
|
|
|
|
|
2 | END_UTC_DPM |
binary time | size: 6 |
End UTC date/time of the last measurements mode contributing to an update of the DPM (e.g. WLS or Dark mode)
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"
|
|
|
|
|
3 | DPM_SOURCE |
binary array[6, 1024] | size: 6144 |
Source of Dead Pixel Mask (0: WLS measurements; 1: Dark measurements)
|
|
4 | DPM |
binary array[6, 1024] | size: 6144 |
Dead pixel mask (0: normal pixel, 1: dead pixel)
|
|
5 | F_DPM |
binary array[6] | size: 6 |
Flag indicating that number of spikes exceeds the threshold
|
|
6 | DIFF_WLS |
binary array[6, 1024] | size: 24576 |
Difference of neighbouring white light source pixel signal read-outs
binary int32 (double) | size: 4 |
converted unit: "" (multiply by 1/1000000)
|
|
|
7 | DIFF_DARK |
binary array[6, 1024] | size: 24576 |
Difference of neighbouring average dark pixel signal read-outs
binary int32 (double) | size: 4 |
converted unit: "" (multiply by 1/1000000)
|
|
|