- Timestamp:
- Apr 18, 2011, 8:55:26 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110404/psphot/src/psphotBlendFit.c
r31154 r31313 280 280 if (source->mode & PM_SOURCE_MODE_EXT_LIMIT) { 281 281 if (psphotFitBlob (readout, source, newSources, psf, fitOptions, maskVal, markVal)) { 282 source->type = PM_SOURCE_TYPE_EXTENDED;283 282 psTrace ("psphot", 5, "source at %7.1f, %7.1f is ext", source->peak->xf, source->peak->yf); 284 283 Next ++; 285 source->mode |= PM_SOURCE_MODE_NONLINEAR_FIT;286 284 continue; 287 285 } … … 291 289 psTrace ("psphot", 5, "source at %7.1f, %7.1f is psf", source->peak->xf, source->peak->yf); 292 290 Npsf ++; 293 source->mode |= PM_SOURCE_MODE_NONLINEAR_FIT;294 291 continue; 295 292 }
Note:
See TracChangeset
for help on using the changeset viewer.
