Changeset 19103 for trunk/psModules/src/objects/pmPSFtry.c
- Timestamp:
- Aug 17, 2008, 2:40:47 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
r18857 r19103 5 5 * @author EAM, IfA 6 6 * 7 * @version $Revision: 1. 59$ $Name: not supported by cvs2svn $8 * @date $Date: 2008-08- 01 22:11:51$7 * @version $Revision: 1.60 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2008-08-18 00:40:47 $ 9 9 * 10 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 223 223 psTrace ("psphot.psftry", 3, "keeping %d of %ld PSF candidates (PSF)\n", Npsf, sources->n); 224 224 225 if (Npsf == 0) { 226 psError(PS_ERR_UNKNOWN, true, "No sources with good PSF fits after model is built."); 227 psFree(psfTry); 228 return NULL; 229 } 230 225 231 // measure the chi-square trend as a function of flux (PAR[PM_PAR_I0]) 226 232 // this should be linear for Poisson errors and quadratic for constant sky errors
Note:
See TracChangeset
for help on using the changeset viewer.
