Index: /trunk/ppSub/src/ppSubReadout.c
===================================================================
--- /trunk/ppSub/src/ppSubReadout.c	(revision 14300)
+++ /trunk/ppSub/src/ppSubReadout.c	(revision 14301)
@@ -9,4 +9,6 @@
 
 #include "ppSub.h"
+
+#define TESTING
 
 bool ppSubReadout(pmConfig *config, const pmFPAview *view)
@@ -147,4 +149,5 @@
     outCell->parent->data_exists = true;
 
+#ifdef TESTING
     for (int y = 0; y < outRO->image->numRows; y++) {
         for (int x = 0; x < outRO->image->numCols; x++) {
@@ -154,4 +157,5 @@
         }
     }
+#endif
 
     if (!pmFPACopyConcepts(outCell->parent->parent, inRO->parent->parent->parent)) {
@@ -160,5 +164,5 @@
     }
 
-#if 0
+#if 1
     // Generate image with convolution kernels
     int fullSize = 2 * size + 1 + 1;    // Full size of kernel
