Changeset 2646


Ignore:
Timestamp:
09/07/12 11:38:50 (12 years ago)
Author:
Kana Sugimoto
Message:

New Development: No

JIRA Issue: No (a fix related to SWIG conversion)

Ready for Test: Yes

Interface Changes: No

What Interface Changed:

Test Programs: run sd.splitant

Put in Release Notes: No

Module(s):

Description:

sd.split was broken due to SWIG conversion. This commit should fix the issue.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/asapmath.py

    r2580 r2646  
    966966    """
    967967    # Import the table toolkit from CASA
    968     import casac
     968    from casac import casac
    969969    from asap.scantable import is_ms
    970     tbtool = casac.homefinder.find_home_by_name('tableHome')
    971     tb = tbtool.create()
     970    tb = casac.table()
    972971    # Check the input filename
    973972    if isinstance(filename, str):
Note: See TracChangeset for help on using the changeset viewer.