Index: trunk/ppStats/src/ppStatsChip.c
===================================================================
--- trunk/ppStats/src/ppStatsChip.c	(revision 18168)
+++ trunk/ppStats/src/ppStatsChip.c	(revision 18969)
@@ -75,4 +75,11 @@
         if ((view->cell >= 0) && (i != view->cell)) continue;
         pmCell *cell = cells->data[i];  // Cell of interest
+
+	// XXX for now, skip the video cells (cell->readouts->n > 1)
+	if (cell->readouts->n > 1) {
+	  psWarning ("Skipping Video Cell for ppStatsCell");
+	  continue;
+	}
+
         psExit result = ppStatsCell(chipResults, cell, fits, view, data, config);
         if (result != PS_EXIT_SUCCESS) {
