#include <stdint.h>
#include <llcp_minipix_messages.h>
Go to the source code of this file.
|
| enum | TPX3PixelMode_t {
TPX3_TOA_TOT,
TPX3_TOA,
TPX3_MPX_ITOT,
TPX3_TOA_TOT,
TPX3_TOA,
TPX3_MPX_ITOT,
TPX3_TOA_TOT,
TPX3_TOA,
TPX3_MPX_ITOT,
TPX3_TOA_TOT,
TPX3_TOA,
TPX3_MPX_ITOT
} |
| |
◆ MAX_LUT_EVENT
◆ MAX_LUT_ITOT
| #define MAX_LUT_ITOT 16384 |
◆ MAX_LUT_TOA
| #define MAX_LUT_TOA 16384 |
◆ MAX_LUT_TOT
◆ WRONG_LUT_EVENT
| #define WRONG_LUT_EVENT 15 |
◆ WRONG_LUT_ITOT
| #define WRONG_LUT_ITOT 16383 |
◆ WRONG_LUT_TOA
| #define WRONG_LUT_TOA 16383 |
◆ WRONG_LUT_TOT
| #define WRONG_LUT_TOT 1023 |
◆ TPX3PixelMode_t
| Enumerator |
|---|
| TPX3_TOA_TOT | |
| TPX3_TOA | |
| TPX3_MPX_ITOT | |
| TPX3_TOA_TOT | |
| TPX3_TOA | |
| TPX3_MPX_ITOT | |
| TPX3_TOA_TOT | |
| TPX3_TOA | |
| TPX3_MPX_ITOT | |
| TPX3_TOA_TOT | |
| TPX3_TOA | |
| TPX3_MPX_ITOT | |
◆ decodePixelData()
| void decodePixelData |
( |
uint8_t * |
data, |
|
|
const uint8_t |
col_shift_num, |
|
|
const TPX3PixelMode_t |
pixel_mode |
|
) |
| |
decodes pixel data from the RAW form recorded by the timepix
- Parameters
-
| data | pointer to 6 x uint8_t of data |
| col_shift_num | = 4 |
| pixel_mode | pixel mode out of the TPX3PixelMode_t enum |
◆ LUT_COLSHIFTS
| const uint8_t LUT_COLSHIFTS[1280] |
◆ LUT_EVENT
| const int16_t LUT_EVENT[16] |
◆ LUT_ITOT
| const uint16_t LUT_ITOT[16384] |
◆ LUT_TOA
| const uint16_t LUT_TOA[16384] |
◆ LUT_TOT
| const uint16_t LUT_TOT[1024] |