IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 3, 2011, 11:42:21 AM (15 years ago)
Author:
eugene
Message:

remove deprecated code to mask and redo background model

File:
1 edited

Legend:

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

    r32243 r32302  
    102102        return psphotReadoutCleanup (config, view, filerule);
    103103    }
    104 
    105 # if (0)
    106     // XXX test to mask outliers, not very helpful
    107     // mask the high values in the image (with MARK)
    108     if (!psphotMaskBackground (config, view, filerule)) {
    109         return psphotReadoutCleanup (config, view, filerule);
    110     }
    111 
    112     // generate a background model (median, smoothed image)
    113     if (!psphotModelBackground (config, view, filerule)) {
    114         return psphotReadoutCleanup (config, view, filerule);
    115     }
    116 # endif
    117 
    118104    if (!psphotSubtractBackground (config, view, filerule)) {
    119105        return psphotReadoutCleanup (config, view, filerule);
Note: See TracChangeset for help on using the changeset viewer.