id | field name | definition |
0 | RECORD_HEADER |
|
1 | START_UTC_SLS |
binary time | size: 6 |
Start UTC date/time of SLS 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_SLS |
binary time | size: 6 |
End UTC date/time of SLS 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_SPEC |
binary record "" | size: 616 |
|
4 | PDP_TEMP |
binary int32 (double) | size: 4 |
Pre-disperser prism temperature
unit: "1e-3 K"
converted unit: "K" (multiply by 1/1000)
|
|
5 | POLY_COEFF_FPA |
binary array[10, 4] | size: 160 |
Main FPA spectral calibration polynomial coefficients (8 coefficients + 2 spare per channel maximum), channel 1 first
binary int32 (double) | size: 4 |
unit: "1e-6 nm"
converted unit: "nm" (multiply by 1/1000000)
|
|
|
6 | POLY_COEFF_PMD |
binary array[10, 2] | size: 80 |
PMD spectral calibration polynomial coefficients (8 coefficients + 2 spare per channel maximum), PMD p first
binary int32 (double) | size: 4 |
unit: "1e-3 nm"
converted unit: "nm" (multiply by 1/1000)
|
|
|