Changeset 20453 for trunk/psModules/src/objects/pmPSFtry.c
- Timestamp:
- Oct 28, 2008, 3:05:05 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmPSFtry.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmPSFtry.c
r20250 r20453 5 5 * @author EAM, IfA 6 6 * 7 * @version $Revision: 1.6 4$ $Name: not supported by cvs2svn $8 * @date $Date: 2008-10- 18 00:49:19$7 * @version $Revision: 1.65 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2008-10-29 01:04:27 $ 9 9 * 10 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 168 168 169 169 // stage 1: fit an EXT model to all candidates PSF sources -- this is independent of the modeled 2D variations in the PSF 170 psTimerStart (" fit");170 psTimerStart ("psf.fit"); 171 171 for (int i = 0; i < psfTry->sources->n; i++) { 172 172 … … 196 196 Next ++; 197 197 } 198 psLogMsg ("psphot.psftry", 4, "fit ext: %f sec for %d of %ld sources\n", psTimerMark ("fit"), Next, sources->n);198 psLogMsg ("psphot.psftry", PS_LOG_MINUTIA, "fit ext: %f sec for %d of %ld sources\n", psTimerMark ("psf.fit"), Next, sources->n); 199 199 psTrace ("psModules.object", 3, "keeping %d of %ld PSF candidates (EXT)\n", Next, sources->n); 200 200 … … 213 213 214 214 // stage 3: refit with fixed shape parameters 215 psTimerStart (" fit");215 psTimerStart ("psf.fit"); 216 216 for (int i = 0; i < psfTry->sources->n; i++) { 217 217 … … 267 267 psfTry->psf->nPSFstars = Npsf; 268 268 269 psLogMsg ("psphot.psftry", 4, "fit psf: %f sec for %d of %ld sources\n", psTimerMark ("fit"), Npsf, sources->n);269 psLogMsg ("psphot.psftry", PS_LOG_MINUTIA, "fit psf: %f sec for %d of %ld sources\n", psTimerMark ("psf.fit"), Npsf, sources->n); 270 270 psTrace ("psModules.object", 3, "keeping %d of %ld PSF candidates (PSF)\n", Npsf, sources->n); 271 271
Note:
See TracChangeset
for help on using the changeset viewer.
