Index: trunk/ippToPsps/jython/initbatch.py
===================================================================
--- trunk/ippToPsps/jython/initbatch.py	(revision 31179)
+++ trunk/ippToPsps/jython/initbatch.py	(revision 31180)
@@ -15,12 +15,8 @@
     '''
     def __init__(self):
-       super(InitBatch, self).__init__(
-               "init", 
-               "", 
-               "init.fits",
-               "localhost",
-               "ipptopsps_scratch",
-               "ipp",
-               "ipp")
+       super(InitBatch, self).__init__("init")
+
+       self.outputFitsPath = "00000000.FITS";
+
 
 initBatch = InitBatch()
