- Timestamp:
- Aug 22, 2007, 2:55:49 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20070817/psModules/src/objects/pmModelUtils.h
r14544 r14612 5 5 * @author EAM, IfA 6 6 * 7 * @version $Revision: 1.1.2. 1$ $Name: not supported by cvs2svn $8 * @date $Date: 2007-08- 17 21:01:59 $7 * @version $Revision: 1.1.2.2 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2007-08-23 00:55:49 $ 9 9 * Copyright 2007 IfA, University of Hawaii 10 10 */ … … 15 15 /// @addtogroup Objects Object Detection / Analysis Functions 16 16 /// @{ 17 18 /** 19 * 20 * This function constructs a pmModel instance based on the pmPSF description 21 * of the PSF. The input is a pmModel with at least the values of the centroid 22 * coordinates (possibly normalization if this is needed) defined. The values of 23 * the PSF-dependent parameters are specified for the specific realization based 24 * on the coordinates of the object. 25 * 26 */ 27 pmModel *pmModelFromPSF( 28 pmModel *model, ///< Add comment 29 pmPSF *psf ///< Add comment 30 ); 17 31 18 32 pmModel *pmModelFromPSFforXY ( … … 28 42 ); 29 43 44 45 30 46 /// @} 31 47 # endif /* PM_MODEL_UTILS_H */
Note:
See TracChangeset
for help on using the changeset viewer.
