- Timestamp:
- Sep 21, 2009, 8:37:01 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090715/psModules/src/objects/pmPSFtryFitEXT.c
r25455 r25476 61 61 } 62 62 63 source->modelEXT = pmSourceModelGuess (source, psfTry->psf->type);63 source->modelEXT = pmSourceModelGuess (source, options->type); 64 64 if (source->modelEXT == NULL) { 65 65 psfTry->mask->data.PS_TYPE_VECTOR_MASK_DATA[i] = PSFTRY_MASK_EXT_FAIL; … … 86 86 Next ++; 87 87 } 88 psLogMsg ("psphot.psftry", PS_LOG_MINUTIA, "fit ext: %f sec for %d of %ld sources\n", psTimerMark ("psf.fit"), Next, sources->n);89 psTrace ("psModules.object", 3, "keeping %d of %ld PSF candidates (EXT)\n", Next, sources->n);88 psLogMsg ("psphot.psftry", PS_LOG_MINUTIA, "fit ext: %f sec for %d of %ld sources\n", psTimerMark ("psf.fit"), Next, psfTry->sources->n); 89 psTrace ("psModules.object", 3, "keeping %d of %ld PSF candidates (EXT)\n", Next, psfTry->sources->n); 90 90 91 91 if (Next == 0) {
Note:
See TracChangeset
for help on using the changeset viewer.
