Index: /branches/eam_branches/ipp-20121219/ippToPsps/jython/batch.py
===================================================================
--- /branches/eam_branches/ipp-20121219/ippToPsps/jython/batch.py	(revision 34990)
+++ /branches/eam_branches/ipp-20121219/ippToPsps/jython/batch.py	(revision 34991)
@@ -49,4 +49,8 @@
         self.logger.debug("Batch class constructor")
 
+        self.configDir = os.getenv("IPPTOPSPS_DATA")
+        if self.configDir is not None:
+            self.configDir = self.configDir + "/"
+
         # set up class variables
         self.id = id
@@ -56,5 +60,5 @@
         self.scratchDb = scratchDb
         self.batchType = batchType;
-        self.pspsVoTableFilePath = "../config/" + batchType + "/tables.vot"
+        self.pspsVoTableFilePath = self.configDir + "tables." + batchType + ".vot"
 
         # check FITS file is ok
