pmFPA.h File Reference

#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).
pmReadoutpmReadoutAlloc (pmCell *cell)
 Allocate a readout associated with a cell.
pmCellpmCellAlloc (pmChip *chip, const char *name)
 Allocate a cell associated with a chip.
pmChippmChipAlloc (pmFPA *fpa, const char *name)
 Allocate a chip associated with an FPA.
pmFPApmFPAAlloc (const psMetadata *camera)
 Allocate an FPA.
bool pmFPACheckParents (pmFPA *fpa)
 Check parent links within an FPA.


Generated on Fri Feb 2 22:35:38 2007 for Pan-STARRS Module Library by  doxygen 1.5.1