- Timestamp:
- Nov 1, 2013, 2:03:40 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130904/psphot/src/psphotStackReadout.c
r36198 r36263 124 124 return psphotReadoutCleanup (config, view, STACK_RAW); 125 125 } 126 127 // XXX TEST for background:128 if (!psphotModelBackground (config, view, STACK_RAW)) {129 return psphotReadoutCleanup (config, view, STACK_RAW);130 }131 if (!psphotSubtractBackground (config, view, STACK_RAW)) {132 return psphotReadoutCleanup (config, view, STACK_RAW);133 }134 if (!psphotModelBackground (config, view, STACK_RAW)) {135 return psphotReadoutCleanup (config, view, STACK_RAW);136 }137 if (!psphotSubtractBackground (config, view, STACK_RAW)) {138 return psphotReadoutCleanup (config, view, STACK_RAW);139 }140 // XXX TEST END141 126 142 127 #ifdef MAKE_CHISQ_IMAGE
Note:
See TracChangeset
for help on using the changeset viewer.
