Changeset 305


Ignore:
Timestamp:
01/27/05 15:27:35 (19 years ago)
Author:
kil064
Message:

document when cursor reset to 0 on output scan

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/asapmath.py

    r301 r305  
    55    """
    66    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
    78    Parameters:
    89        one scan or comma separated  scans
     
    4647    The reference can have just one row, even if the signal has many. Otherwise
    4748    they must have the same number of rows.
     49    The cursor of the output scan is set to 0
    4850    Parameters:
    4951        source:        the 'on' scan
     
    6264    scan tables,  returning the result in a new scan table.
    6365    The operation is applied to both the correlations and the TSys data
     66    The cursor of the output scan is set to 0
    6467    Parameters:
    6568        left:          the 'left' scan
     
    286289    """
    287290    Average the Polarisations together.
     291    The polarisation cursor of the output scan is set to 0
    288292    Parameters:
    289293        scan:        The scantable
Note: See TracChangeset for help on using the changeset viewer.