Changes in trunk/python/flagplotter.py [2453:2175]
- File:
-
- 1 edited
-
trunk/python/flagplotter.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/flagplotter.py
r2453 r2175 27 27 self._scan = None 28 28 asapplotter.__init__(self,visible=visible, **kwargs) 29 self._assert_plotter(action='reload')30 29 self._plotter._set_window_title('Flag Plotter') 31 30 self._panelling = 'r' … … 101 100 without writing the output. USE WITH CARE. 102 101 """ 103 if not self._data:104 raise RuntimeError("No scantable has been set yet.")105 102 # simply calls scantable.save 106 103 self._data.save(name,format,overwrite)
Note:
See TracChangeset
for help on using the changeset viewer.
