Changeset 31158 for trunk/ppStack/src/ppStackLoop.c
- Timestamp:
- Apr 4, 2011, 1:16:41 PM (15 years ago)
- Location:
- trunk/ppStack
- Files:
-
- 2 edited
-
. (modified) (2 props)
-
src/ppStackLoop.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack
- Property svn:ignore
-
old new 17 17 autom4te.cache 18 18 Doxyfile 19 a.out.dSYM
-
- Property svn:mergeinfo deleted
- Property svn:ignore
-
trunk/ppStack/src/ppStackLoop.c
r30722 r31158 55 55 } 56 56 57 // Start threading 58 ppStackThreadInit(); 57 // Define threading elements 59 58 ppStackThreadData *stack = ppStackThreadDataSetup(options, config, true); 60 59 if (!stack) { … … 114 113 } 115 114 116 // Final combination 115 // Final combination. This one does NOT need to be normalized since the convolution takes care of that 117 116 psTrace("ppStack", 2, "Final stack of convolved images....\n"); 118 117 if (!ppStackCombineFinal(stack, options->convCovars, options, config, false, false, true)) { … … 181 180 } 182 181 183 // generate the unconvolved stack 182 // generate the unconvolved stack. NOTE: this one must be normalized since the inputs have not been 184 183 psTrace("ppStack", 2, "Stack of unconvolved images....\n"); 185 if (!ppStackCombineFinal(stack, options->origCovars, options, config, 186 false, true, false)) { 184 if (!ppStackCombineFinal(stack, options->origCovars, options, config, false, true, false)) { 187 185 psError(psErrorCodeLast(), false, "Unable to perform unconvolved combination."); 188 186 psFree(stack);
Note:
See TracChangeset
for help on using the changeset viewer.
