Changeset 11253 for trunk/psModules/src/objects/pmPSF.h
- Timestamp:
- Jan 23, 2007, 4:54:15 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmPSF.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmPSF.h
r9924 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 * 9 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii10 * 8 * @version $Revision: 1.11 $ $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 11 11 */ 12 12 13 13 # ifndef PM_PSF_H 14 14 # define PM_PSF_H 15 16 /// @addtogroup Objects Object Detection / Analysis Functions 17 /// @{ 15 18 16 19 typedef enum { … … 96 99 pmPSF *pmPSFBuildSimple (char *typeName, float sxx, float syy, float sxy, ...); 97 100 101 /// @} 98 102 # endif
Note:
See TracChangeset
for help on using the changeset viewer.
