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/05/01 01:55:43 $ 00011 * 00012 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii 00013 */ 00014 00015 #ifndef PM_FPA_JPEG_H 00016 #define PM_FPA_JPEG_H 00017 00018 /// @addtogroup AstroImage 00019 /// @{ 00020 00021 bool pmFPAviewWriteJPEG (const pmFPAview *view, pmFPAfile *file); 00022 bool pmFPAWriteJPEG (pmFPA *fpa, const pmFPAview *view, pmFPAfile *file); 00023 bool pmChipWriteJPEG (pmChip *chip, const pmFPAview *view, pmFPAfile *file); 00024 bool pmCellWriteJPEG (pmCell *cell, const pmFPAview *view, pmFPAfile *file); 00025 bool pmReadoutWriteJPEG (pmReadout *readout, const pmFPAview *view, pmFPAfile *file); 00026 00027 # endif
1.4.4