Index: trunk/ippToPsps/jython/batch.py
===================================================================
--- trunk/ippToPsps/jython/batch.py	(revision 32331)
+++ trunk/ippToPsps/jython/batch.py	(revision 32332)
@@ -264,11 +264,11 @@
 
         # get md5sum
-        p = Popen("md5sum " + self.outputFitsPath, shell=True, stdout=PIPE)
-        p.wait()
-        out = p.stdout.read()
-        md5sum = out[0:out.rfind(" ")]
+        #p = Popen("md5sum " + self.outputFitsPath, shell=True, stdout=PIPE)
+        #p.wait()
+        #out = p.stdout.read()
+        #md5sum = out[0:out.rfind(" ")]
 
         # get file size
-        fileSize = os.path.getsize(self.outputFitsPath)
+        #fileSize = os.path.getsize(self.outputFitsPath)
 
         # file information
@@ -276,6 +276,6 @@
         root.append(child)
         child.attrib['name'] = self.outputFitsFile
-        child.attrib['bytes'] = str(fileSize)
-        child.attrib['md5'] = md5sum
+        #child.attrib['bytes'] = str(fileSize)
+        #child.attrib['md5'] = md5sum
 
         # now create doc and write to file
@@ -519,5 +519,5 @@
     '''
     Creates and publishes a batch
-    TODO all methids call below should throw exceptions on failure
+    TODO all methdds call below should throw exceptions on failure
     '''
     def run(self):
