- Timestamp:
- Sep 5, 2011, 9:02:13 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110710/psphot/src/psphotReadout.c
r32302 r32322 141 141 142 142 // mark blended peaks PS_SOURCE_BLEND (detections->newSources) 143 // XXX I've deactivated this because it was preventing galaxies close to stars from being 144 // XXX fitted as an extended source. 143 145 if (false && !psphotBasicDeblend (config, view, filerule)) { 144 146 psError (PSPHOT_ERR_UNKNOWN, false, "failed on deblend analysis"); … … 313 315 psphotExtendedSourceAnalysis (config, view, filerule); // pass 1 (detections->allSources) 314 316 psphotExtendedSourceFits (config, view, filerule); // pass 1 (detections->allSources) 315 psphotRadialApertures(config, view, filerule );317 psphotRadialApertures(config, view, filerule, 0); 316 318 317 319 finish:
Note:
See TracChangeset
for help on using the changeset viewer.
