Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

pmFPAHeader.h

Go to the documentation of this file.
00001 #ifndef PM_FPA_HEADER_H
00002 #define PM_FPA_HEADER_H
00003 
00004 bool pmCellReadHeader(pmCell *cell,     // Cell for which to read header
00005                       psFits *fits      // FITS file handle
00006                      );
00007 bool pmChipReadHeader(pmChip *chip,     // Chip for which to read header
00008                       psFits *fits      // FITS file handle
00009                      );
00010 bool pmFPAReadHeader(pmFPA *fpa,        // FPA for which to read header
00011                      psFits *fits       // FITS file handle
00012                     );
00013 
00014 #endif

Generated on Mon Jul 3 14:24:27 2006 for Pan-STARRS Module Library by  doxygen 1.4.4