Index: trunk/ippToPsps/jython/dvodiffdetections.py
===================================================================
--- trunk/ippToPsps/jython/dvodiffdetections.py	(revision 37750)
+++ trunk/ippToPsps/jython/dvodiffdetections.py	(revision 38883)
@@ -20,7 +20,9 @@
     Constructor
     '''
-    def __init__(self, logger, config, skychunk, ippToPspsDb, scratchDb):
+    def __init__(self, logger, config, skychunk, ippToPspsDb, scratchDb, gpc1Db):
+#   def __init__(self, logger, config, skychunk, ippToPspsDb, scratchDb):
 
-        super(DvoDetections, self).__init__(logger, config, skychunk, ippToPspsDb, scratchDb)
+        super(DvoDetections, self).__init__(logger, config, skychunk, ippToPspsDb, scratchDb, gpc1Db)
+#       super(DvoDetections, self).__init__(logger, config, skychunk, ippToPspsDb, scratchDb)
 
         # declare DVO file types of interest
