Index: /trunk/ippToPsps/jython/detectionbatch.py
===================================================================
--- /trunk/ippToPsps/jython/detectionbatch.py	(revision 39002)
+++ /trunk/ippToPsps/jython/detectionbatch.py	(revision 39003)
@@ -690,5 +690,5 @@
                     
                     ## for a quick test, just do the first chip:
-                    if self.config.test and self.config.camera == "gpc1":
+                    if False and self.config.test and self.config.camera == "gpc1":
                         if x != 0 or y != 1: continue
 
@@ -721,5 +721,5 @@
 
                 ## for a quick test, just do the first chip:
-                if self.config.test and self.config.camera == "gpc1":
+                if False and self.config.test and self.config.camera == "gpc1":
                     if x != 0 or y != 1: continue
 
@@ -935,5 +935,5 @@
                
                 ## for a quick test, just do the first chip:
-                if self.config.test and self.config.camera == "gpc1":
+                if False and self.config.test and self.config.camera == "gpc1":
                     if x != 0 or y != 1: continue
 
