Changeset 35180
- Timestamp:
- Feb 19, 2013, 6:13:41 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotSourceSize.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotSourceSize.c
r35038 r35180 423 423 psLogMsg("psModules.objects", PS_LOG_INFO, "Source Size classifications: %4s %4s %4s %4s %4s", "Npsf", "Next", "Nsat", "Ncr", "Nskip"); 424 424 // Determine if this readout is above the threshold to ext fit all sources 425 options->extFitAllReadout = false; 425 426 if (options->extFitAll) { 426 427 float maskFrac = psMetadataLookupF32(&status,readout->analysis,"READOUT.MASK.FRAC"); … … 584 585 // the EXT_LIMIT flag 585 586 if (options->extFitAllReadout) { 587 psTrace("psphotSourceClassRegion.EXTALT",10,"In extFitAll: %d %d\n",options->extFitAll,options->extFitAllReadout); 586 588 source->mode |= PM_SOURCE_MODE_EXT_LIMIT; 587 589 }
Note:
See TracChangeset
for help on using the changeset viewer.
