- Timestamp:
- 01/27/05 15:27:35 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/asapmath.py
r301 r305 5 5 """ 6 6 Return the (time) average of a scan or list of scans. [in channels only] 7 The cursor of the output scan is set to 0 7 8 Parameters: 8 9 one scan or comma separated scans … … 46 47 The reference can have just one row, even if the signal has many. Otherwise 47 48 they must have the same number of rows. 49 The cursor of the output scan is set to 0 48 50 Parameters: 49 51 source: the 'on' scan … … 62 64 scan tables, returning the result in a new scan table. 63 65 The operation is applied to both the correlations and the TSys data 66 The cursor of the output scan is set to 0 64 67 Parameters: 65 68 left: the 'left' scan … … 286 289 """ 287 290 Average the Polarisations together. 291 The polarisation cursor of the output scan is set to 0 288 292 Parameters: 289 293 scan: The scantable
Note:
See TracChangeset
for help on using the changeset viewer.