Changeset 2646
- Timestamp:
- 09/07/12 11:38:50 (13 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/python/asapmath.py (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/python/asapmath.pyr2580 r2646 966 966 """ 967 967 # Import the table toolkit from CASA 968 import casac968 from casac import casac 969 969 from asap.scantable import is_ms 970 tbtool = casac.homefinder.find_home_by_name('tableHome') 971 tb = tbtool.create() 970 tb = casac.table() 972 971 # Check the input filename 973 972 if isinstance(filename, str): 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
