Index: trunk/ippToPsps/jython/metrics.py
===================================================================
--- trunk/ippToPsps/jython/metrics.py	(revision 33264)
+++ trunk/ippToPsps/jython/metrics.py	(revision 33289)
@@ -55,5 +55,6 @@
 
     # get a master list of IDs in DVO for this batch type
-    allIDs = gpc1Db.getIDsInThisDVODbForThisStage(config.dvoLabel, batchType, config.minRa, config.maxRa, config.minDec, config.maxDec)
+    #allIDs = gpc1Db.getIDsInThisDVODbForThisStage(config.dvoLabel, batchType, config.minRa, config.maxRa, config.minDec, config.maxDec)
+    allIDs = gpc1Db.getIDsInThisDVODbForThisStage(config.dvoLabel, batchType)
     prevList = allIDs
     numEverything = len(allIDs)
@@ -185,4 +186,4 @@
         time.sleep(SECONDS)
     else: break
+    config.refresh()
 
-
