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