Changeset 11253 for trunk/psModules/src/objects/pmPSF_IO.h
- Timestamp:
- Jan 23, 2007, 4:54:15 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmPSF_IO.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmPSF_IO.h
r10421 r11253 1 /* *@file pmPSF.h1 /* @file pmPSF.h 2 2 * 3 3 * This file contains typedefs for the Point-Spread Function and prototypes 4 4 * for functions that calculate the PSF. 5 5 * 6 * @author EAM, IfA6 * @author EAM, IfA 7 7 * 8 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2006-12-03 18:48:10 $ 10 * 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 12 * 8 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2007-01-24 02:54:15 $ 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 13 11 */ 14 12 15 13 # ifndef PM_PSF_IO_H 16 14 # define PM_PSF_IO_H 15 16 /// @addtogroup Objects Object Detection / Analysis Functions 17 /// @{ 17 18 18 19 psMetadata *pmPSFtoMetadata (psMetadata *metadata, pmPSF *psf); … … 30 31 bool pmReadoutReadPSFmodel (pmReadout *readout, const pmFPAview *view, pmFPAfile *file, pmConfig *config); 31 32 33 /// @} 32 34 # endif
Note:
See TracChangeset
for help on using the changeset viewer.
