Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/flagplotter.py

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