Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/flagplotter.py

    r2175 r2453  
    2727        self._scan = None
    2828        asapplotter.__init__(self,visible=visible, **kwargs)
     29        self._assert_plotter(action='reload')
    2930        self._plotter._set_window_title('Flag Plotter')
    3031        self._panelling = 'r'
     
    100101                         without writing the output. USE WITH CARE.
    101102        """
     103        if not self._data:
     104            raise RuntimeError("No scantable has been set yet.")
    102105        # simply calls scantable.save
    103106        self._data.save(name,format,overwrite)
Note: See TracChangeset for help on using the changeset viewer.