Changeset 32302
- Timestamp:
- Sep 3, 2011, 11:42:21 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110710/psphot/src/psphotReadout.c
r32243 r32302 102 102 return psphotReadoutCleanup (config, view, filerule); 103 103 } 104 105 # if (0)106 // XXX test to mask outliers, not very helpful107 // 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 # endif117 118 104 if (!psphotSubtractBackground (config, view, filerule)) { 119 105 return psphotReadoutCleanup (config, view, filerule);
Note:
See TracChangeset
for help on using the changeset viewer.
