- Timestamp:
- 05/01/07 10:47:13 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/asapmath.py
r1357 r1361 8 8 The cursor of the output scan is set to 0 9 9 Parameters: 10 one scan or comma separated scans 10 one scan or comma separated scans or a list of scans 11 11 mask: an optional mask (only used for 'var' and 'tsys' weighting) 12 12 scanav: True averages each scan separately. … … 26 26 # without using a mask 27 27 scanav = average_time(scana,scanb) 28 # or equivalent 29 # scanav = average_time([scana, scanb]) 28 30 # return the (time) averaged scan, i.e. the average of 29 31 # all correlator cycles
Note:
See TracChangeset
for help on using the changeset viewer.