Changes in trunk/python/asapmath.py [2366:2348]
- File:
-
- 1 edited
-
trunk/python/asapmath.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/asapmath.py
r2366 r2348 988 988 tb.open(tablename=filename,nomodify=True) 989 989 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] 992 991 tb.close() 993 992 #tb.open(tablename=filename+'/ANTENNA',nomodify=True)
Note:
See TracChangeset
for help on using the changeset viewer.
