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

pmFPAWrite.h

Go to the documentation of this file.
00001 #ifndef PM_FPA_WRITE_H
00002 #define PM_FPA_WRITE_H
00003 
00004 #include "pslib.h"
00005 #include "pmFPA.h"
00006 
00007 bool pmReadoutWriteNext(pmReadout *readout, // Readout to write
00008                         psFits *fits,   // FITS file to which to write
00009                         int z           // Image plane to write
00010                        );
00011 
00012 bool pmCellWrite(pmCell *cell,          // Cell to write
00013                  psFits *fits,          // FITS file to which to write
00014                  psDB *db,              // Database handle for "concepts" update
00015                  bool pixels            // Write the pixels, or only the PHU header?
00016                 );
00017 bool pmChipWrite(pmChip *chip,          // Chip to write
00018                  psFits *fits,          // FITS file to which to write
00019                  psDB *db,              // Database handle for "concepts" update
00020                  bool pixels,           // Write the pixels, or only the PHU header?
00021                  bool recurse           // Recurse to lower levels?
00022                 );
00023 bool pmFPAWrite(pmFPA *fpa,             // FPA to write
00024                 psFits *fits,           // FITS file to which to write
00025                 psDB *db,               // Database handle for "concepts" update
00026                 bool pixels,            // Write the pixels, or only the PHU header?
00027                 bool recurse            // Recurse to lower levels?
00028                );
00029 
00030 #endif

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