Changeset 1597


Ignore:
Timestamp:
07/06/09 11:17:40 (15 years ago)
Author:
Malte Marquarding
Message:

Added doc string

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/asapplotter.py

    r1582 r1597  
    113113
    114114    def create_mask(self, nwin=1, panel=0, color=None):
     115        """
     116        Interactively define a mask.It retruns a mask that is equivalent to
     117        the one created manually with scantable.create_mask.
     118        Parameters:
     119            nwin:       The number of mask windows to create interactively
     120                        default is 1.
     121            panel:      Which panel to use for mask selection. This is useful
     122                        if different IFs are spread over panels (default 0)
     123        """
    115124        if self._data is None:
    116125            return []
Note: See TracChangeset for help on using the changeset viewer.