IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 26, 2012, 1:05:27 PM (14 years ago)
Author:
eugene
Message:

visual adjustment to examine saturated stars

File:
1 edited

Legend:

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

    r34215 r34360  
    129129
    130130    // find blended neighbors of very saturated stars (detections->newSources)
    131     // if (!psphotDeblendSatstars (config, view, filerule)) {
    132     // psError (PSPHOT_ERR_UNKNOWN, false, "failed on satstar deblend analysis");
    133     // return psphotReadoutCleanup (config, view, filerule);
    134     // }
     131    if (!psphotDeblendSatstars (config, view, filerule)) {
     132        psError (PSPHOT_ERR_UNKNOWN, false, "failed on satstar deblend analysis");
     133        return psphotReadoutCleanup (config, view, filerule);
     134    }
    135135
    136136    // mark blended peaks PS_SOURCE_BLEND (detections->newSources)
Note: See TracChangeset for help on using the changeset viewer.