IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35027


Ignore:
Timestamp:
Jan 23, 2013, 10:05:35 AM (13 years ago)
Author:
eugene
Message:

add some informative prints

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20121219/ippToPsps/jython/batch.py

    r35006 r35027  
    408408      for table in tables:
    409409
    410           # print "import IPP table ", table
     410          print "import smf table ", table
    411411          match = re.match(filter, table.name)
    412412          if not match: continue
    413413          self.logger.debugPair("Reading IPP table", table.name)
    414414          table = stilts.tpipe(table, cmd='explodeall')
     415
     416          print "read smf table ", table
    415417
    416418          # drop any previous tables before import
     
    422424          table = stilts.tpipe(table, cmd='replaceval -Infinity null *')
    423425          table = stilts.tpipe(table, cmd='replaceval Infinity null *')
     426          print "cleaned up values ", table
    424427
    425428          try:
    426429              table.write(self.scratchDb.url + '#' + table.name)
     430              print "wrote to mysql ", table
    427431              self.scratchDb.killLastConnectionID()
    428432              count = count + 1
Note: See TracChangeset for help on using the changeset viewer.