Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/asapmath.py

    r2366 r2348  
    988988    tb.open(tablename=filename,nomodify=True)
    989989    ant1=tb.getcol('ANTENNA1',0,-1,1)
    990     #anttab=tb.getkeyword('ANTENNA').split()[-1]
    991     anttab=tb.getkeyword('ANTENNA').lstrip('Table: ')
     990    anttab=tb.getkeyword('ANTENNA').split()[-1]
    992991    tb.close()
    993992    #tb.open(tablename=filename+'/ANTENNA',nomodify=True)
Note: See TracChangeset for help on using the changeset viewer.