Jim Hofman

Results 2 comments of Jim Hofman

I'll check that out Nick. I was sure I had added those. Hmmm. Thanks Nick.

Table extensions now work. Created a newTable.py to override FSWTabDict. newTable.py from ait.core import table, log class NewFSWTabDict(table.FSWTabDict): def __init__(self, *args, **kwargs): super().__init__(*args, **kwargs) def load(self, fname): log.info('Starting the table...