Index: trunk/ppImage/src/ppImageLoop.c
===================================================================
--- trunk/ppImage/src/ppImageLoop.c	(revision 18917)
+++ trunk/ppImage/src/ppImageLoop.c	(revision 18969)
@@ -64,4 +64,9 @@
             }
 
+	    // XXX for now, skip the video cells (cell->readouts->n > 1)
+	    if (cell->readouts->n > 1) {
+	      psWarning ("Skipping Video Cell for ppImageDetrendReadout");
+	      continue;
+	    }
 
             // process each of the readouts
