Index: /trunk/ippToPsps/jython/dvo.py
===================================================================
--- /trunk/ippToPsps/jython/dvo.py	(revision 33161)
+++ /trunk/ippToPsps/jython/dvo.py	(revision 33162)
@@ -58,4 +58,10 @@
     def isThisDvoCurrentlyIngested(self):
         return self.correctDvo
+
+    '''
+    Resets all detections. Be careful
+    '''
+    def resetDetections(self):
+        self.scratchDb.resetOnlyDetectionDvoTables()
 
     '''
@@ -246,5 +252,5 @@
 
            # if we have not already ingested the cpm table, then do it now
-           if not  self.scratchDb.alreadyImportedThisDvoTable(cpmPath):
+           if not self.scratchDb.alreadyImportedThisDvoTable(cpmPath):
            
                # import cpm table and index
@@ -400,8 +406,9 @@
 dvo.isThisDvoCurrentlyIngested()
 #dvo.resetAllTables()
+#dvo.resetDetections()
 dvo.getSizeAlreadyIngested()
 dvo.loadImages()
 dvo.loadSkyTable()
-dvo.loadRegion(330, 331, 0.2, 3)
+dvo.loadRegion(330, 330.1, 0.2, 0.4)
 #dvo.loadRegion()
 
