Changeset 2123


Ignore:
Timestamp:
04/08/11 15:32:58 (13 years ago)
Author:
Kana Sugimoto
Message:

New Development: No

JIRA Issue: No

Ready for Test: Yes

Interface Changes: No

What Interface Changed: Please list interface changes

Test Programs: sdplot unit tests

Put in Release Notes: No

Module(s): asapplotter sdplot

Description: explicitly remove scantable instance when resetting a scantable to plotter.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/asapplotter.py

    r2112 r2123  
    304304            if self._data is not None:
    305305                if scan != self._data:
     306                    del self._data
    306307                    self._data = scan
    307308                    # reset
Note: See TracChangeset for help on using the changeset viewer.