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

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

Go to the source code of this file.
Functions | |
| bool | pmReadoutReadNext (pmReadout *readout, psFits *fits, int z, int numRows) |
| Read a readout incrementally. | |
| bool | pmCellRead (pmCell *cell, psFits *fits, psDB *db) |
| Read an entire cell. | |
| bool | pmChipRead (pmChip *chip, psFits *fits, psDB *db) |
| Read a chip. | |
| bool | pmFPARead (pmFPA *fpa, psFits *fits, psDB *db) |
| Read an FPA. | |
| bool | pmCellReadMask (pmCell *cell, psFits *fits, psDB *db) |
| Read an entire cell into the mask. | |
| bool | pmChipReadMask (pmChip *chip, psFits *fits, psDB *db) |
| Read an entire chip into the mask. | |
| bool | pmFPAReadMask (pmFPA *fpa, psFits *fits, psDB *db) |
| Read an entire FPA into the mask. | |
| bool | pmCellReadWeight (pmCell *cell, psFits *fits, psDB *db) |
| Read an entire cell into the weight. | |
| bool | pmChipReadWeight (pmChip *chip, psFits *fits, psDB *db) |
| Read an entire chip into the weight. | |
| bool | pmFPAReadWeight (pmFPA *fpa, psFits *fits, psDB *db) |
| Read an entire FPA into the weight. | |
| int | pmCellReadTable (pmCell *cell, psFits *fits, const char *name) |
| Read a FITS table into the cell. | |
| int | pmChipReadTable (pmChip *chip, psFits *fits, const char *name) |
| Read a FITS table into the component cells. | |
| int | pmFPAReadTable (pmFPA *fpa, psFits *fits, const char *name) |
| Read a FITS table into the component cells. | |
1.5.1