Changeset 32243
- Timestamp:
- Aug 31, 2011, 12:46:09 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110710/psphot/src/psphotReadout.c
r32235 r32243 155 155 156 156 // mark blended peaks PS_SOURCE_BLEND (detections->newSources) 157 if ( !psphotBasicDeblend (config, view, filerule)) {157 if (false && !psphotBasicDeblend (config, view, filerule)) { 158 158 psError (PSPHOT_ERR_UNKNOWN, false, "failed on deblend analysis"); 159 159 return psphotReadoutCleanup (config, view, filerule); … … 218 218 psphotBlendFit (config, view, filerule); // pass 1 (detections->allSources) 219 219 psphotDumpChisqs (config, view, filerule); 220 221 // XXX note above the extended sources have their moments remeasured with a larger window,222 // but the result is replaced with the original PSF-scaled window223 220 224 221 // replace all sources … … 368 365 } 369 366 367 psLogMsg ("psphot.readout", PS_LOG_WARN, "complete psphot readout : %f sec\n", psTimerMark ("psphotReadout")); 368 370 369 // create the exported-metadata and free local data 371 370 return psphotReadoutCleanup(config, view, filerule);
Note:
See TracChangeset
for help on using the changeset viewer.
