Changeset 8669 for trunk/psModules/src/objects/pmPSFtry.c
- Timestamp:
- Aug 29, 2006, 11:39:44 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmPSFtry.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmPSFtry.c
r8436 r8669 5 5 * @author EAM, IfA 6 6 * 7 * @version $Revision: 1.1 3$ $Name: not supported by cvs2svn $8 * @date $Date: 2006-08-2 1 14:52:02$7 * @version $Revision: 1.14 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2006-08-29 21:39:44 $ 9 9 * 10 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 128 128 Next ++; 129 129 } 130 psLogMsg ("psphot.psftry", 4, "fit ext: %f sec for %d of % d sources\n", psTimerMark ("fit"), Next, sources->n);131 psTrace ("psphot.psftry", 3, "keeping %d of % d PSF candidates (EXT)\n", Next, sources->n);130 psLogMsg ("psphot.psftry", 4, "fit ext: %f sec for %d of %ld sources\n", psTimerMark ("fit"), Next, sources->n); 131 psTrace ("psphot.psftry", 3, "keeping %d of %ld PSF candidates (EXT)\n", Next, sources->n); 132 132 133 133 // stage 2: construct a psf (pmPSF) from this collection of model fits … … 184 184 psfTry->psf->nPSFstars = Npsf; 185 185 186 psLogMsg ("psphot.psftry", 4, "fit psf: %f sec for %d of % d sources\n", psTimerMark ("fit"), Npsf, sources->n);187 psTrace ("psphot.psftry", 3, "keeping %d of % d PSF candidates (PSF)\n", Npsf, sources->n);186 psLogMsg ("psphot.psftry", 4, "fit psf: %f sec for %d of %ld sources\n", psTimerMark ("fit"), Npsf, sources->n); 187 psTrace ("psphot.psftry", 3, "keeping %d of %ld PSF candidates (PSF)\n", Npsf, sources->n); 188 188 189 189 // measure the chi-square trend as a function of flux (PAR[1])
Note:
See TracChangeset
for help on using the changeset viewer.
