Index: branches/eam_branches/ipp-20110213/ppStack/src/ppStackLoop.c
===================================================================
--- branches/eam_branches/ipp-20110213/ppStack/src/ppStackLoop.c	(revision 30772)
+++ branches/eam_branches/ipp-20110213/ppStack/src/ppStackLoop.c	(revision 30800)
@@ -113,5 +113,5 @@
     }
 
-    // Final combination
+    // Final combination.  This one does NOT need to be normalized since the convolution takes care of that
     psTrace("ppStack", 2, "Final stack of convolved images....\n");
     if (!ppStackCombineFinal(stack, options->convCovars, options, config, false, false, true)) {
@@ -180,8 +180,7 @@
         }
 
-	// generate the unconvolved stack
+	// generate the unconvolved stack. NOTE: this one must be normalized since the inputs have not been
         psTrace("ppStack", 2, "Stack of unconvolved images....\n");
-        if (!ppStackCombineFinal(stack, options->origCovars, options, config,
-                                 false, true, false)) {
+        if (!ppStackCombineFinal(stack, options->origCovars, options, config, false, true, false)) {
             psError(psErrorCodeLast(), false, "Unable to perform unconvolved combination.");
             psFree(stack);
