- Timestamp:
- 07/06/09 11:17:40 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/asapplotter.py
r1582 r1597 113 113 114 114 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 """ 115 124 if self._data is None: 116 125 return []
Note:
See TracChangeset
for help on using the changeset viewer.