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

pmHDUGenerate.h

Go to the documentation of this file.
00001 #ifndef PM_HDU_GENERATE_H
00002 #define PM_HDU_GENERATE_H
00003 
00004 #include "pmFPA.h"
00005 
00006 // Generate an HDU for a cell with pixels
00007 bool pmHDUGenerateForCell(pmCell *cell  // The cell for which to generate an HDU
00008                          );
00009 
00010 // Generate an HDU for a cell with pixels
00011 bool pmHDUGenerateForChip(pmChip *chip  // The chip for which to generate an HDU
00012                          );
00013 
00014 // Generate an HDU from an FPA with pixels
00015 bool pmHDUGenerateForFPA(pmFPA *fpa     // The fpa for which to generate an HDU
00016                         );
00017 
00018 
00019 #endif

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