Changeset 32304 for trunk/ippToPsps/jython/batch.py
- Timestamp:
- Sep 4, 2011, 4:32:45 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/batch.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/batch.py
r32262 r32304 392 392 Accepts a regular expression filter so not all tables need to be imported 393 393 ''' 394 def importIppTables(self, filter=""):394 def importIppTables(self, columns="*", filter=""): 395 395 396 396 self.logger.infoPair("Importing tables with filter", filter) … … 410 410 # IPP FITS files are littered with infinities, so remove these 411 411 self.logger.debug("Removing Infinity values from all columns") 412 table = stilts.tpipe(table, cmd='keepcols "' + columns + '"') 412 413 table = stilts.tpipe(table, cmd='replaceval -Infinity null *') 413 414 table = stilts.tpipe(table, cmd='replaceval Infinity null *')
Note:
See TracChangeset
for help on using the changeset viewer.
