#include <pslib.h>
#include "pmHDU.h"
Include dependency graph for pmFPA.h:

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

Go to the source code of this file.
Data Structures | |
| struct | pmFPA |
| Focal plane array (the entirety of the camera). More... | |
| struct | pmChip |
| A chip (contiguous detector element). More... | |
| struct | pmCell |
| Cell data structure. More... | |
| struct | pmReadout |
| A readout (individual read of a cell). More... | |
Defines | |
| #define | FPA_ASTROM 1 |
| Include astrometry information in the structures? | |
Functions | |
| void | pmCellFreeReadouts (pmCell *cell) |
| Free all readouts within a cell. | |
| void | pmChipFreeCells (pmChip *chip) |
| Free all cells within a chip. | |
| void | pmReadoutFreeData (pmReadout *readout) |
| Free all data within a readout. | |
| void | pmCellFreeData (pmCell *cell) |
| Free all data within a cell (all readouts as well as metadata). | |
| void | pmChipFreeData (pmChip *chip) |
| Free all data within a chip (all cells as well as metadata). | |
| void | pmFPAFreeData (pmFPA *fpa) |
| Free all data within an FPA (all chips as well as metadata). | |
| pmReadout * | pmReadoutAlloc (pmCell *cell) |
| Allocate a readout associated with a cell. | |
| pmCell * | pmCellAlloc (pmChip *chip, const char *name) |
| Allocate a cell associated with a chip. | |
| pmChip * | pmChipAlloc (pmFPA *fpa, const char *name) |
| Allocate a chip associated with an FPA. | |
| pmFPA * | pmFPAAlloc (const psMetadata *camera) |
| Allocate an FPA. | |
| bool | pmFPACheckParents (pmFPA *fpa) |
| Check parent links within an FPA. | |
1.5.1