#include "pmFPA.h"
Include dependency graph for pmFPAMaskWeight.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | NOT_U8(A) (UCHAR_MAX-(A)) |
| #define | NOT_U16(A) (USHORT_MAX-(A)) |
Enumerations | |
| enum | pmMaskValue { PM_MASK_CLEAR = 0x00, PM_MASK_TRAP = 0x01, PM_MASK_BADCOL = 0x02, PM_MASK_SAT = 0x04, PM_MASK_BAD = 0x08, PM_MASK_FLAT = 0x10, PM_MASK_MARK = 0x20, PM_MASK_EXT1 = 0x40, PM_MASK_EXT2 = 0x80 } |
| Mask values. More... | |
Functions | |
| bool | pmReadoutSetMask (pmReadout *readout) |
| bool | pmReadoutSetWeight (pmReadout *readout) |
| bool | pmReadoutGenerateMask (pmReadout *readout) |
| bool | pmReadoutGenerateWeight (pmReadout *readout) |
| bool | pmCellGenerateMaskWeight (pmCell *cell) |
| bool | pmReadoutGenerateMaskWeight (pmReadout *readout) |
|
|
Definition at line 8 of file pmFPAMaskWeight.h. |
|
|
Definition at line 7 of file pmFPAMaskWeight.h. |
|
|
Mask values.
Definition at line 11 of file pmFPAMaskWeight.h. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.4