Index: trunk/psModules/src/pmReadoutCombine.c
===================================================================
--- trunk/psModules/src/pmReadoutCombine.c	(revision 4770)
+++ trunk/psModules/src/pmReadoutCombine.c	(revision 4992)
@@ -5,6 +5,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-08-16 01:10:34 $
+ *  @version $Revision: 1.26 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-09-11 22:25:39 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -102,4 +102,5 @@
         PS_ASSERT_READOUT_NON_EMPTY(tmpReadout, output);
         PS_ASSERT_READOUT_TYPE(tmpReadout, PS_TYPE_F32, output);
+
         outputType = tmpReadout->image->type.type;
 
@@ -242,4 +243,5 @@
             // At this point, we have scanned all input readouts for this
             // one output pixel.
+            //            for (psS32 r = 0; r < numInputs ; r++) printf("(0)tmpPixels->data.F32[%d] is %f\n", r, tmpPixels->data.F32[r]);
 
             // Determine how many pixels lie between fracLow and fracHigh.
@@ -311,4 +313,5 @@
                 }
                 // Calculate the specified statistic on the stack of pixels.
+                //                for (psS32 r = 0; r < numInputs ; r++) printf("(1)tmpPixels->data.F32[%d] is %f\n", r, tmpPixels->data.F32[r]);
                 psStats *rc = psVectorStats(stats,
                                             tmpPixels,
@@ -335,4 +338,5 @@
 
                 // Calculate the specified statistic on the stack of pixels.
+                //                for (psS32 r = 0; r < numInputs ; r++) printf("(2)tmpPixels->data.F32[%d] is %f\n", r, tmpPixels->data.F32[r]);
                 psStats *rc = psVectorStats(stats,
                                             tmpPixels,
