Index: trunk/ippToPsps/jython/batch.py
===================================================================
--- trunk/ippToPsps/jython/batch.py	(revision 31985)
+++ trunk/ippToPsps/jython/batch.py	(revision 32001)
@@ -35,4 +35,5 @@
     def __init__(self, 
                  logger, 
+                 configPath,
                  doc,
                  gpc1Db,
@@ -45,4 +46,5 @@
         self.everythingOK = False
         self.readHeader = False
+        self.configPath = configPath
         self.doc = doc
         self.fits = fits
@@ -65,4 +67,5 @@
         # get dvo info from config
         dvoName = self.doc.find("dvo/name").text
+        dvoGpc1Label = self.doc.find("dvo/gpc1Label").text
         self.dvoLocation = self.doc.find("dvo/location").text
         self.useFullTables = int(self.doc.find("dvo/useFullTables").text)
@@ -90,5 +93,5 @@
                 self.id,
                 survey,
-                dvoName, 
+                dvoGpc1Label, 
                 self.datastore.product)
 
@@ -429,5 +432,5 @@
 
         # TODO path to DVO prog hardcoded temporarily
-        cmd = "../src/dvograbber " + self.dvoLocation
+        cmd = "../src/dvograbber " + self.configPath + " " + self.dvoLocation
         self.logger.infoPair("Running DVO", cmd)
         p = Popen(cmd, shell=True, stdout=PIPE)
