Index: trunk/psphot/src/psphotImageLoop.c
===================================================================
--- trunk/psphot/src/psphotImageLoop.c	(revision 12587)
+++ trunk/psphot/src/psphotImageLoop.c	(revision 12592)
@@ -63,6 +63,7 @@
 	while ((cell = pmFPAviewNextCell (view, input->fpa, 1)) != NULL) {
             psLogMsg ("psphot", 4, "Cell %d: %x %x\n", view->cell, cell->file_exists, cell->process);
+	    // XXX who should be setting cell->process?
             // if (! cell->process || ! cell->file_exists) { continue; }
-            if (! cell->process) { continue; }
+            // if (! cell->process) { continue; }
 	    
 	    // process each of the readouts
