Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/asapmath.py

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