IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 2, 2015, 2:42:04 PM (11 years ago)
Author:
eugene
Message:

clean up some test vebosity

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/jython/batch.py

    r39008 r39027  
    534534
    535535            # example of listing all columns in a table:
    536             print "-----table: " + table.name
    537             myColumns = table.columns()
    538             for column in myColumns:
    539                 print column
    540             print "-----"
     536            ## print "-----table: " + table.name
     537            ## myColumns = table.columns()
     538            ## for column in myColumns:
     539            ##     print column
     540            ## print "-----"
    541541
    542542            print "import smf table ", table.name
     
    558558            self.logger.debug("Removing Infinity values from all columns")
    559559            table = stilts.tpipe(table, cmd='keepcols "' + columns + '"')
    560             print "-----"
    561560            table = stilts.tpipe(table, cmd='replaceval -Infinity null *')
    562             print "-----"
    563561            table = stilts.tpipe(table, cmd='replaceval Infinity null *')
    564             print "cleaned up values ", table.name
    565562
    566563            try:
Note: See TracChangeset for help on using the changeset viewer.