Index: trunk/ippToPsps/jython/loader.py
===================================================================
--- trunk/ippToPsps/jython/loader.py	(revision 37763)
+++ trunk/ippToPsps/jython/loader.py	(revision 37927)
@@ -28,5 +28,5 @@
 
 #from forcedwarpbatch import ForcedWarpBatch 
-#from forcedobjectbatch import ForcedObjectBatch
+from forcedobjectbatch import ForcedObjectBatch
 #
 #
@@ -168,6 +168,6 @@
                     self.logger.infoPair("Box dimensions: ", "ra / dec / size : %.1f / %.1f / %.1f   --   sky bounds : (%.2f - %2.f, %2.f - %2.f)" % (boxDim['RA'], boxDim['DEC'], boxDim['SIDE'], boxDim['minRA'], boxDim['maxRA'], boxDim['minDEC'], boxDim['maxDEC']))
                     self.logger.infoPair(batchType + " items found in this box", "%d" % len(ids))
-
-                    if batchType != "OB":
+                    #previously said if not OB, but we don't need these for Do or FO
+                    if (batchType == "P2" or batchType == "ST" or batchType =="DF" or batchType == "FW"):
                         if self.config.resetDvo or not self.ippToPspsDb.isBoxIngested(boxId, self.scratchDb.dbHost):
                             if not self.dvoDetections.nativeIngestDetections(boxId, boxDim):
