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

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

Go to the source code of this file.
Functions | |
| bool | pmReadoutWriteNext (pmReadout *readout, psFits *fits, int z) |
| Write a readout incrementally. | |
| bool | pmCellWrite (pmCell *cell, psFits *fits, psDB *db, bool blank) |
| Write a cell to a FITS file. | |
| bool | pmChipWrite (pmChip *chip, psFits *fits, psDB *db, bool blank, bool recurse) |
| Write a chip to a FITS file. | |
| bool | pmFPAWrite (pmFPA *fpa, psFits *fits, psDB *db, bool blank, bool recurse) |
| Write an FPA to a FITS file. | |
| bool | pmCellWriteMask (pmCell *cell, psFits *fits, psDB *db, bool blank) |
| Write a cell mask to a FITS file. | |
| bool | pmChipWriteMask (pmChip *chip, psFits *fits, psDB *db, bool blank, bool recurse) |
| Write a chip mask to a FITS file. | |
| bool | pmFPAWriteMask (pmFPA *fpa, psFits *fits, psDB *db, bool blank, bool recurse) |
| Write an FPA mask to a FITS file. | |
| bool | pmCellWriteWeight (pmCell *cell, psFits *fits, psDB *db, bool blank) |
| Write a cell weight to a FITS file. | |
| bool | pmChipWriteWeight (pmChip *chip, psFits *fits, psDB *db, bool blank, bool recurse) |
| Write a chip weight to a FITS file. | |
| bool | pmFPAWriteWeight (pmFPA *fpa, psFits *fits, psDB *db, bool blank, bool recurse) |
| Write an FPA weight to a FITS file. | |
| int | pmCellWriteTable (psFits *fits, const pmCell *cell, const char *name) |
| Write a FITS table from the cell's analysis metadata. | |
| int | pmChipWriteTable (psFits *fits, const pmChip *chip, const char *name) |
| int | pmFPAWriteTable (psFits *fits, const pmFPA *fpa, const char *name) |
1.5.1