Changeset 15705 for trunk/psModules/src/objects/pmPSFtry.c
- Timestamp:
- Nov 27, 2007, 2:43:27 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmPSFtry.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmPSFtry.c
r15697 r15705 5 5 * @author EAM, IfA 6 6 * 7 * @version $Revision: 1.5 1$ $Name: not supported by cvs2svn $8 * @date $Date: 2007-11-2 7 03:14:57 $7 * @version $Revision: 1.52 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2007-11-28 00:43:27 $ 9 9 * 10 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 247 247 248 248 // XXX this function wants aperture radius for pmSourcePhotometry 249 pmPSFtryMetric (psfTry, options->radius); 249 if (!pmPSFtryMetric (psfTry, options->radius)) { 250 psError(PS_ERR_UNKNOWN, false, "Attempt to fit PSF with model %s failed.", modelName); 251 return NULL; 252 } 253 250 254 psLogMsg ("psphot.pspsf", 3, "try model %s, ap-fit: %f +/- %f : sky bias: %f\n", 251 255 modelName, psfTry->psf->ApResid, psfTry->psf->dApResid, psfTry->psf->skyBias);
Note:
See TracChangeset
for help on using the changeset viewer.
