Changeset 39027 for trunk/ippToPsps/jython/batch.py
- Timestamp:
- Nov 2, 2015, 2:42:04 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/batch.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/batch.py
r39008 r39027 534 534 535 535 # example of listing all columns in a table: 536 print "-----table: " + table.name537 myColumns = table.columns()538 for column in myColumns:539 print column540 print "-----"536 ## print "-----table: " + table.name 537 ## myColumns = table.columns() 538 ## for column in myColumns: 539 ## print column 540 ## print "-----" 541 541 542 542 print "import smf table ", table.name … … 558 558 self.logger.debug("Removing Infinity values from all columns") 559 559 table = stilts.tpipe(table, cmd='keepcols "' + columns + '"') 560 print "-----"561 560 table = stilts.tpipe(table, cmd='replaceval -Infinity null *') 562 print "-----"563 561 table = stilts.tpipe(table, cmd='replaceval Infinity null *') 564 print "cleaned up values ", table.name565 562 566 563 try:
Note:
See TracChangeset
for help on using the changeset viewer.
