id | field name | definition |
0 | RECORD_HEADER |
|
1 | START_UTC_DARK |
binary time | size: 6 |
Start UTC date/time of Dark calibration mode measurement
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_DARK |
binary time | size: 6 |
End UTC date/time of Dark calibration mode measurement
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 | PCD_DARK |
hidden: true
|
4 | PMD_TRANSFER |
binary uint8 | size: 1 |
PMD transfer mode (1 = band + raw, 2 = band + mixed, 3 = raw transfer, 4 = various (PMD transfer mode changes within a scan))
|
|
5 | PMD_READOUT |
binary uint8 | size: 1 |
PMD readout mode (0 = nominal, 1 = solar, 2 = calibration, 3 = various (PMD readout mode changes within a scan))
|
|
6 | CHANNEL_NUMBER |
binary uint8 | size: 1 |
Channel number (1 = main FPA channel 1, 2 = main FPA channel 2, 3 = main FPA channel 3, 4 = main FPA channel 4, 5 = PMD channel p, 6 = PMD channel s)
|
|
7 | BAND_NUMBER |
binary uint8 | size: 1 |
Band number (1 = main FPA band 1a, 2 = main FPA band 1b, 3 = main FPA band 2a, 4 = main FPA band 2b, 5 = main FPA band 3, 6 = main FPA band 4, 7 = PMD p blocks CDE, 8 = PMD s blocks CDE, 9 = PMD p block B, 10 = PMD s block B)
|
|
8 | START_PIXEL |
binary uint16 | size: 2 |
Start pixel of the band in the specified channel
|
|
9 | NUMBER_OF_PIXELS |
binary uint16 | size: 2 |
Number of pixels in the specified channel
|
|
10 | INTEGRATION_TIME |
binary int32 (double) | size: 4 |
Integration time for the band
unit: "1e-6 s"
converted unit: "s" (multiply by 1/1000000)
|
|
11 | FPA_TEMP |
binary int32 (double) | size: 4 |
FPA temperature
unit: "1e-3 K"
converted unit: "K" (multiply by 1/1000)
|
|
12 | DARK_SIGNAL |
binary array[1024] | size: 4096 |
Dark signal correction
binary int32 (double) | size: 4 |
unit: "1e-3 BU"
converted unit: "BU" (multiply by 1/1000)
|
|
|
13 | DARK_READOUT_NOISE |
binary array[1024] | size: 4096 |
Dark signal correction readout noise
binary int32 (double) | size: 4 |
unit: "1e-6 BU"
converted unit: "BU" (multiply by 1/1000000)
|
|
|