Index: trunk/ippToPsps/jython/detectionbatch.py
===================================================================
--- trunk/ippToPsps/jython/detectionbatch.py	(revision 39544)
+++ trunk/ippToPsps/jython/detectionbatch.py	(revision 40208)
@@ -60,6 +60,10 @@
        meta = self.gpc1Db.getCameraStageMeta(self.id)
        if not meta:
-           self.logger.errorPair("Could not get", "camera metadata")
-           raise
+           self.logger.infoPair("Could not get camera metadata", "trying with no warp id")
+           meta = self.gpc1Db.getCameraStageMetaNoWarpID(self.id)
+           if not meta:
+               self.logger.errorPair("Could not get camera metadata", "now what?")
+               raise
+       
 
        # set a flag indicating that we have the new columns added in version 5 of the
@@ -80,4 +84,7 @@
        self.chipID = meta[6];
        self.warpID = meta[7];
+       
+       
+
 
        if not self.analysisVer: self.analysisVer = -999
