Changeset 596


Ignore:
Timestamp:
04/29/05 13:49:54 (19 years ago)
Author:
mar637
Message:

Fixed asap0007

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/scantable.py

    r591 r596  
    987987        The polarisation cursor of the output scan is set to 0
    988988        Parameters:
    989             scan:        The scantable
    990989            mask:        An optional mask defining the region, where the
    991990                         averaging will be applied. The output will have all
     
    996995                         Otherwise, the scaling is done in-situ
    997996                         The default is taken from .asaprc (False)
    998         Example:
    999             polav = average_pols(myscan)
    1000997        """
    1001998        if insitu is None: insitu = rcParams['insitu']
Note: See TracChangeset for help on using the changeset viewer.