IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 30, 2012, 6:10:52 AM (14 years ago)
Author:
eugene
Message:

some generalization of visualization code; add radial profile fits to deblend satstars (still testing)

File:
1 edited

Legend:

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

    r34360 r34368  
    128128    }
    129129
    130     // 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     }
    135 
    136130    // mark blended peaks PS_SOURCE_BLEND (detections->newSources)
    137131    // XXX I've deactivated this because it was preventing galaxies close to stars from being
     
    147141        psError (PSPHOT_ERR_UNKNOWN, false, "failed to determine rough classifications");
    148142        return psphotReadoutCleanup (config, view, filerule);
     143    }
     144
     145    // find blended neighbors of very saturated stars (detections->newSources)
     146    if (!psphotDeblendSatstars (config, view, filerule)) {
     147        psError (PSPHOT_ERR_UNKNOWN, false, "failed on satstar deblend analysis");
     148        return psphotReadoutCleanup (config, view, filerule);
    149149    }
    150150
Note: See TracChangeset for help on using the changeset viewer.