Ignore:
Timestamp:
07/04/06 14:44:44 (18 years ago)
Author:
mar637
Message:

enhancement ticket #35. median scantable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/__init__.py

    r1059 r1069  
    306306    del gui
    307307
     308
    308309__date__ = '$Date$'.split()[1]
    309 __version__  = '2.0.1'
     310__version__  = '2.1a'
    310311
    311312if rcParams['verbose']:
     
    367368            average_time    - return the (weighted) time average of a scan
    368369                              or a list of scans
     370            average_channel - return the (median) average of a scantable
    369371            average_pol     - average the polarisations together.
    370372                              The dimension won't be reduced and
     
    373375            convert_pol     - convert to a different polarisation type
    374376            auto_quotient   - return the on/off quotient with
    375                               automatic detection of the on/off scans
    376                               (matched pairs and 1 off - n on)
     377                              automatic detection of the on/off scans (closest
     378                              in time off is selected)
    377379            scale, *, /     - return a scan scaled by a given factor
    378380            add, +, -       - return a scan with given value added
     
    419421            simple_math     - simple mathematical operations on two scantables,
    420422                              'add', 'sub', 'mul', 'div'
     423            quotient        - build quotient of the given on and off scans
     424                              (matched pairs and 1 off/n on are valid)
     425
    421426     [Fitting]
    422427        fitter
Note: See TracChangeset for help on using the changeset viewer.