00001 /** @file pmFPAview.h 00002 * 00003 * @brief Tools to manipulate the FPA structure elements. 00004 * 00005 * @ingroup AstroImage 00006 * 00007 * @author EAM, IfA 00008 * 00009 * @version $Revision: 1.1 $ $Name: rel12 $ 00010 * @date $Date: 2006/06/17 01:50:43 $ 00011 * 00012 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii 00013 */ 00014 00015 #ifndef PM_FPA_FILE_FITS_IO_H 00016 #define PM_FPA_FILE_FITS_IO_H 00017 00018 // read an image into the current view 00019 bool pmFPAviewReadFitsImage (const pmFPAview *view, pmFPAfile *file); 00020 00021 // write the components for the specified view 00022 bool pmFPAviewWriteFitsImage (const pmFPAview *view, pmFPAfile *file); 00023 00024 // free the appropriate image containers 00025 bool pmFPAviewFreeFitsImage (const pmFPAview *view, pmFPAfile *file); 00026 00027 # endif
1.4.4