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

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.2 $ $Name: rel12 $
00009  *  @date $Date: 2006/04/17 18:01:05 $
00010  *
00011  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
00012  *
00013  */
00014 
00015 # ifndef PM_PSF_IO_H
00016 # define PM_PSF_IO_H
00017 
00018 psMetadata *pmPSFtoMD (psMetadata *metadata, pmPSF *psf);
00019 pmPSF *pmPSFfromMD (psMetadata *metadata);
00020 bool pmFPAviewWritePSFmodel (const pmFPAview *view, pmFPAfile *file);
00021 bool pmFPAWritePSFmodel (pmFPA *fpa, const pmFPAview *view, pmFPAfile *file);
00022 bool pmChipWritePSFmodel (pmChip *chip, const pmFPAview *view, pmFPAfile *file);
00023 bool pmCellWritePSFmodel (pmCell *cell, const pmFPAview *view, pmFPAfile *file);
00024 bool pmReadoutWritePSFmodel (pmReadout *readout, const pmFPAview *view, pmFPAfile *file);
00025 
00026 bool pmFPAviewReadPSFmodel (const pmFPAview *view, pmFPAfile *file);
00027 bool pmFPAReadPSFmodel (pmFPA *fpa, const pmFPAview *view, pmFPAfile *file);
00028 bool pmChipReadPSFmodel (pmChip *chip, const pmFPAview *view, pmFPAfile *file);
00029 bool pmCellReadPSFmodel (pmCell *cell, const pmFPAview *view, pmFPAfile *file);
00030 bool pmReadoutReadPSFmodel (pmReadout *readout, const pmFPAview *view, pmFPAfile *file);
00031 
00032 # endif

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