Index: /trunk/ppStack/src/ppStackLoop.c
===================================================================
--- /trunk/ppStack/src/ppStackLoop.c	(revision 20827)
+++ /trunk/ppStack/src/ppStackLoop.c	(revision 20828)
@@ -1012,4 +1012,5 @@
     psTrace("ppStack", 2, "Cleaning up after combination....\n");
 
+#if 0
     // Ensure masked regions really look masked
     {
@@ -1020,4 +1021,5 @@
         }
     }
+#endif
 
     // Close up
Index: /trunk/ppSub/src/ppSubReadout.c
===================================================================
--- /trunk/ppSub/src/ppSubReadout.c	(revision 20827)
+++ /trunk/ppSub/src/ppSubReadout.c	(revision 20828)
@@ -450,5 +450,7 @@
     outRO->data_exists = outCell->data_exists = outCell->parent->data_exists = true;
 
+#if 0
     pmReadoutMaskApply(outRO, maskBad);
+#endif
 
 #ifdef TESTING
