Index: trunk/ippToPsps/jython/gpc1db.py
===================================================================
--- trunk/ippToPsps/jython/gpc1db.py	(revision 33186)
+++ trunk/ippToPsps/jython/gpc1db.py	(revision 33259)
@@ -20,6 +20,6 @@
     Constructor
     '''
-    def __init__(self, logger, doc):
-        super(Gpc1Db, self).__init__(logger, doc, "gpc1database")
+    def __init__(self, logger, config):
+        super(Gpc1Db, self).__init__(logger, config, "gpc1database")
 
     '''
@@ -227,5 +227,5 @@
         if len(files) < 1: return None
 
-        return Fits(self.logger, self.doc, files[0]) # TODO just returning first file - check
+        return Fits(self.logger, self.config, files[0]) # TODO just returning first file - check
 
 
@@ -304,5 +304,5 @@
 
                     # if we get here, then the cmf is readable, now check the stack_id
-                    fits = Fits(self.logger, self.doc, path)
+                    fits = Fits(self.logger, self.config, path)
                     if fits.getPrimaryHeaderValue("STK_ID") == str(stackID):
                         # we have the right file!
