Index: /trunk/psModules/src/camera/pmFPABin.c
===================================================================
--- /trunk/psModules/src/camera/pmFPABin.c	(revision 34842)
+++ /trunk/psModules/src/camera/pmFPABin.c	(revision 34843)
@@ -101,6 +101,9 @@
             }
             outImage->data.F32[yOut][xOut] = imageValue;
-	    //            outMask->data.PS_TYPE_IMAGE_MASK_DATA[yOut][xOut] = maskValue;
-	    outMask->data.PS_TYPE_IMAGE_MASK_DATA[yOut][xOut] = 0;
+	    if (0) {
+	      outMask->data.PS_TYPE_IMAGE_MASK_DATA[yOut][xOut] = maskValue;
+	    } else {
+	      outMask->data.PS_TYPE_IMAGE_MASK_DATA[yOut][xOut] = 0;
+	    }
 	    for (int j = 0; j < Nbits; j++) {
 	      if (bitcounter[j] > 0.5 * pxlcount) {
