Changeset 10378
- Timestamp:
- Dec 1, 2006, 9:27:38 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmPSFtry.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmPSFtry.c
r10198 r10378 5 5 * @author EAM, IfA 6 6 * 7 * @version $Revision: 1.3 0$ $Name: not supported by cvs2svn $8 * @date $Date: 2006-1 1-26 22:24:45$7 * @version $Revision: 1.31 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2006-12-01 19:27:38 $ 9 9 * 10 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 140 140 141 141 // stage 2: construct a psf (pmPSF) from this collection of model fits 142 pmPSFFromPSFtry (psfTry, applyWeights); 142 if (!pmPSFFromPSFtry (psfTry, applyWeights)) { 143 psError(PS_ERR_UNKNOWN, false, "failed to construct a psf model from collection of sources"); 144 return NULL; 145 } 143 146 144 147 // stage 3: refit with fixed shape parameters
Note:
See TracChangeset
for help on using the changeset viewer.
