- Timestamp:
- 12/10/04 17:48:19 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/scantable.py
r124 r126 45 45 should be printed as well as returned. 46 46 """ 47 if type(args[0]) is bool: 47 if len(args) == 0: 48 return self._vb 49 elif type(args[0]) is bool: 48 50 self._vb = args[0] 49 51 return 50 elif len(args) == 0:51 return self._vb52 52 53 53 … … 373 373 Parameters: 374 374 what: a choice of 'spectrum' (default) or 'tsys' 375 col: which out of Beams/IFs/Pols should be colour stacked 375 col: which out of Beams, IFs, Pols (default) 376 should be colour stacked 376 377 panel: set up multiple panels, currently not working. 377 378 """
Note:
See TracChangeset
for help on using the changeset viewer.