Changeset 36124
- Timestamp:
- Sep 17, 2013, 11:42:29 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotStackReadout.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotStackReadout.c
r36119 r36124 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 END 126 141 127 142 #ifdef MAKE_CHISQ_IMAGE
Note:
See TracChangeset
for help on using the changeset viewer.
