Changeset 1361


Ignore:
Timestamp:
05/01/07 10:47:13 (17 years ago)
Author:
mar637
Message:

update docstring, to explicitly say that list are allowed as average_time input

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/asapmath.py

    r1357 r1361  
    88    The cursor of the output scan is set to 0
    99    Parameters:
    10         one scan or comma separated  scans
     10        one scan or comma separated  scans or a list of scans
    1111        mask:     an optional mask (only used for 'var' and 'tsys' weighting)
    1212        scanav:   True averages each scan separately.
     
    2626        # without using a mask
    2727        scanav = average_time(scana,scanb)
     28        # or equivalent
     29        # scanav = average_time([scana, scanb])
    2830        # return the (time) averaged scan, i.e. the average of
    2931        # all correlator cycles
Note: See TracChangeset for help on using the changeset viewer.