pmPSF_IO.h

Go to the documentation of this file.
00001 /* @file  pmPSF.h
00002  *
00003  * This file contains typedefs for the Point-Spread Function and prototypes
00004  * for functions that calculate the PSF.
00005  *
00006  * @author EAM, IfA
00007  *
00008  * @version $Revision: 1.5 $ $Name:  $
00009  * @date $Date: 2007/01/24 02:54:15 $
00010  * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
00011  */
00012 
00013 # ifndef PM_PSF_IO_H
00014 # define PM_PSF_IO_H
00015 
00016 /// @addtogroup Objects Object Detection / Analysis Functions
00017 /// @{
00018 
00019 psMetadata *pmPSFtoMetadata (psMetadata *metadata, pmPSF *psf);
00020 pmPSF *pmPSFfromMetadata (psMetadata *metadata);
00021 bool pmFPAviewWritePSFmodel (const pmFPAview *view, pmFPAfile *file, pmConfig *config);
00022 bool pmFPAWritePSFmodel (pmFPA *fpa, const pmFPAview *view, pmFPAfile *file, pmConfig *config);
00023 bool pmChipWritePSFmodel (pmChip *chip, const pmFPAview *view, pmFPAfile *file, pmConfig *config);
00024 bool pmCellWritePSFmodel (pmCell *cell, const pmFPAview *view, pmFPAfile *file, pmConfig *config);
00025 bool pmReadoutWritePSFmodel (pmReadout *readout, const pmFPAview *view, pmFPAfile *file, pmConfig *config);
00026 
00027 bool pmFPAviewReadPSFmodel (const pmFPAview *view, pmFPAfile *file, pmConfig *config);
00028 bool pmFPAReadPSFmodel (pmFPA *fpa, const pmFPAview *view, pmFPAfile *file, pmConfig *config);
00029 bool pmChipReadPSFmodel (pmChip *chip, const pmFPAview *view, pmFPAfile *file, pmConfig *config);
00030 bool pmCellReadPSFmodel (pmCell *cell, const pmFPAview *view, pmFPAfile *file, pmConfig *config);
00031 bool pmReadoutReadPSFmodel (pmReadout *readout, const pmFPAview *view, pmFPAfile *file, pmConfig *config);
00032 
00033 /// @}
00034 # endif

Generated on Fri Feb 2 22:35:28 2007 for Pan-STARRS Module Library by  doxygen 1.5.1