#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.
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 } |
| Pixel mask values. More... | |
Functions | |
| bool | pmReadoutSetMask (pmReadout *readout) |
| Set a temporary readout mask using CELL.SATURATION and CELL.BAD. | |
| bool | pmReadoutSetWeight (pmReadout *readout, bool poisson) |
| Set a temporary readout weight map using CELL.GAIN and CELL.READNOISE. | |
| bool | pmReadoutGenerateMask (pmReadout *readout) |
| Generate a readout mask (suitable for output) using CELL.SATURATION and CELL.BAD. | |
| bool | pmReadoutGenerateWeight (pmReadout *readout, bool poisson) |
| Generate a weight map (suitable for output) using CELL.GAIN and CELL.READNOISE. | |
| bool | pmReadoutGenerateMaskWeight (pmReadout *readout, bool poisson) |
| Generate mask and weight map for a readout. | |
| bool | pmCellGenerateMaskWeight (pmCell *cell, bool poisson) |
| Generate mask and weight maps for all readouts within a cell. | |
1.5.1