- Timestamp:
- 04/29/05 13:49:54 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/scantable.py
r591 r596 987 987 The polarisation cursor of the output scan is set to 0 988 988 Parameters: 989 scan: The scantable990 989 mask: An optional mask defining the region, where the 991 990 averaging will be applied. The output will have all … … 996 995 Otherwise, the scaling is done in-situ 997 996 The default is taken from .asaprc (False) 998 Example:999 polav = average_pols(myscan)1000 997 """ 1001 998 if insitu is None: insitu = rcParams['insitu']
Note:
See TracChangeset
for help on using the changeset viewer.