Changeset 15490
- Timestamp:
- Nov 7, 2007, 1:08:33 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20071023/psModules/src/objects/pmPSF.c
r15488 r15490 6 6 * @author EAM, IfA 7 7 * 8 * @version $Revision: 1.32.2. 2$ $Name: not supported by cvs2svn $9 * @date $Date: 2007-11-07 19:39:15$8 * @version $Revision: 1.32.2.3 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2007-11-07 23:08:33 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 104 104 pmPSFAlloc (type): allocate a pmPSF. 105 105 106 NOTE: PSF model parameters which are not modeled on an image are set to NULL in psf->params. 106 NOTE: PSF model parameters which are not modeled on an image are set to NULL 107 in psf->params. 107 108 108 109 These are normally: … … 115 116 pmPSF *pmPSFAlloc (pmPSFOptions *options) 116 117 { 118 PS_ASSERT_PTR_NON_NULL(options, NAN); 117 119 int Nparams; 118 120 … … 216 218 return ( psMemGetDeallocator(ptr) == (psFreeFunc) pmPSFFree); 217 219 } 218 219 220 220 221 221 // the PSF models the \sigma_{xy} variation of the elliptical contour as a function of position in the image with a
Note:
See TracChangeset
for help on using the changeset viewer.
