IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30870


Ignore:
Timestamp:
Mar 10, 2011, 5:30:13 PM (15 years ago)
Author:
eugene
Message:

skip psphotDeblendSatstars (now replaced with a smarter footprint analysis)

File:
1 edited

Legend:

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

    r30784 r30870  
    1414    static int npass = 0;
    1515    char filename[64];
     16
     17    return true;
    1618
    1719    bool status = true;
     
    145147
    146148    // find blended neighbors of very saturated stars (detections->newSources)
    147     if (!psphotDeblendSatstars (config, view, filerule)) {
    148         psError (PSPHOT_ERR_UNKNOWN, false, "failed on satstar deblend analysis");
    149         return psphotReadoutCleanup (config, view, filerule);
    150     }
     149    // if (!psphotDeblendSatstars (config, view, filerule)) {
     150    // psError (PSPHOT_ERR_UNKNOWN, false, "failed on satstar deblend analysis");
     151    // return psphotReadoutCleanup (config, view, filerule);
     152    // }
    151153
    152154    // mark blended peaks PS_SOURCE_BLEND (detections->newSources)
Note: See TracChangeset for help on using the changeset viewer.