Ignore:
Timestamp:
12/20/04 15:36:48 (19 years ago)
Author:
kil064
Message:

function 'rms' -> 'stddev'
add function 'stats'
average_scan -> average_time

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/__init__.py

    r116 r128  
    3939            set_selection   - set a specific Beam/IF/Pol for furthrt use
    4040            get_selection   - print out the current selection
    41             rms             - get the rms of the spectra in the scantable
     41            stats           - get specified statistic of the spectra in the scantable
     42            stddev          - get the standard deviation of the spectra in the scantable
    4243            get_tsys        - get the TSys
    4344            get_time        - get the timestamps of the integrations
     
    5253            nbeam,nif,nchan,npol - the number of beams/IFs/Pols/Chans
    5354    [Math]
    54         average_scans       - return the rms-weighted (time) average of
     55        average_time       - return the rms-weighted (time) average of
    5556                              a scan or a list of scans
    56         average_pol         - averge the polarisations together.
     57        average_pol         - average the polarisations together.
    5758                              The dimension won't be reduced and
    5859                              all polarisations will contain the
     
    9495
    9596Please report any bugs to:
    96 Malte.Marquarding@atnf.csiro.au
     97Malte.Marquarding@csiro.au
    9798
    9899[NOTE: ASAP is 0-based]
Note: See TracChangeset for help on using the changeset viewer.