Changeset 594 for branches/Release-1-fixes/python
- Timestamp:
- 04/29/05 13:47:04 (21 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  branches/Release-1-fixes/python/scantable.py (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      branches/Release-1-fixes/python/scantable.pyr589 r594 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.
  
