IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32243


Ignore:
Timestamp:
Aug 31, 2011, 12:46:09 PM (15 years ago)
Author:
eugene
Message:

skip crude blend analysis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110710/psphot/src/psphotReadout.c

    r32235 r32243  
    155155
    156156    // mark blended peaks PS_SOURCE_BLEND (detections->newSources)
    157     if (!psphotBasicDeblend (config, view, filerule)) {
     157    if (false && !psphotBasicDeblend (config, view, filerule)) {
    158158        psError (PSPHOT_ERR_UNKNOWN, false, "failed on deblend analysis");
    159159        return psphotReadoutCleanup (config, view, filerule);
     
    218218    psphotBlendFit (config, view, filerule); // pass 1 (detections->allSources)
    219219    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 window
    223220
    224221    // replace all sources
     
    368365    }
    369366
     367    psLogMsg ("psphot.readout", PS_LOG_WARN, "complete psphot readout : %f sec\n", psTimerMark ("psphotReadout"));
     368
    370369    // create the exported-metadata and free local data
    371370    return psphotReadoutCleanup(config, view, filerule);
Note: See TracChangeset for help on using the changeset viewer.