Index: branches/eam_branches/ipp-20121219/ippToPsps/jython/batch.py
===================================================================
--- branches/eam_branches/ipp-20121219/ippToPsps/jython/batch.py	(revision 35031)
+++ branches/eam_branches/ipp-20121219/ippToPsps/jython/batch.py	(revision 35032)
@@ -408,5 +408,5 @@
       for table in tables:
 
-          print "import smf table ", table
+          # print "import smf table ", table
           match = re.match(filter, table.name)
           if not match: continue
@@ -414,5 +414,5 @@
           table = stilts.tpipe(table, cmd='explodeall')
 
-          print "read smf table ", table
+          # print "read smf table ", table
 
           # drop any previous tables before import
@@ -424,9 +424,9 @@
           table = stilts.tpipe(table, cmd='replaceval -Infinity null *')
           table = stilts.tpipe(table, cmd='replaceval Infinity null *')
-          print "cleaned up values ", table
+          # print "cleaned up values ", table
 
           try:
               table.write(self.scratchDb.url + '#' + table.name)
-              print "wrote to mysql ", table
+              # print "wrote to mysql ", table
               self.scratchDb.killLastConnectionID()
               count = count + 1
@@ -536,4 +536,6 @@
     def run(self):
 
+        # this is badly named : it creates the tables and then fills in
+        # the ImageMeta tables for each ota (alterPspsTables)
         if not self.createEmptyPspsTables():
             self.logger.errorPair("Aborting this batch", "could not create empty PSPS tables")
Index: branches/eam_branches/ipp-20121219/ippToPsps/jython/stackbatch.py
===================================================================
--- branches/eam_branches/ipp-20121219/ippToPsps/jython/stackbatch.py	(revision 35031)
+++ branches/eam_branches/ipp-20121219/ippToPsps/jython/stackbatch.py	(revision 35032)
@@ -513,4 +513,5 @@
 
         # print "sql: ", sql
+        # response = raw_input("ready to insert stack det ")
 
         self.scratchDb.execute(sql)
@@ -838,4 +839,5 @@
 
         # print "update dvo sql: ", sql
+        # response = raw_input("update dvo...")
         self.scratchDb.execute(sql)
     
