writetableapplication

Utility module to insert ‘surrogate’ color tables from a specified file into the metadata of the destination file.

Can also print info on existing ‘surrogate’ color tables and delete specified tables.

tuiview.writetableapplication.addTable(source, name, dest)[source]

Insert color table from source as a surrogate color table into dest, naming it name

tuiview.writetableapplication.getCmdargs()[source]

Get commandline arguments

tuiview.writetableapplication.printTables(fname)[source]

Print report on existing surrogate color tables

tuiview.writetableapplication.removeTable(fname, tablename)[source]
tuiview.writetableapplication.run()[source]

Call this to have command line parameters interpreted and the appropriate function called.