Changeset 1351


Ignore:
Timestamp:
04/26/07 14:50:36 (17 years ago)
Author:
mar637
Message:

several documentation updates for the upcoming release

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/__init__.py

    r1316 r1351  
    392392            get_tsys        - get the TSys
    393393            get_time        - get the timestamps of the integrations
     394            get_inttime     - get the integration time
    394395            get_sourcename  - get the source names of the scans
    395396            get_azimuth     - get the azimuth of the scans
     
    449450            freq_align      - align spectra in frequency frame
    450451            invert_phase    - Invert the phase of the cross-correlation
    451             swap_linears    - Swap XX and YY
     452            swap_linears    - Swap XX and YY (or RR LL)
    452453            rotate_xyphase  - rotate XY phase of cross correlation
    453454            rotate_linpolphase - rotate the phase of the complex
     
    469470            set_tsys           - set a selection by tsys thresholds
    470471            set_query          - set a selection by SQL-like query, e.g. BEAMNO==1
     472            ( also  get_ functions for all these )
    471473            reset              - unset all selections
    472             +                  - merge to selections
     474            +                  - merge two selections
    473475
    474476     [Math] Mainly functions which operate on more than one scantable
     
    480482                              'add', 'sub', 'mul', 'div'
    481483            quotient        - build quotient of the given on and off scans
    482                               (matched pairs and 1 off/n on are valid)
     484                              (matched pairs and 1 off - n on are valid)
    483485            merge           - merge a list of scantables
    484486
     
    594596
    595597Please report any bugs via:
    596 http://sourcecode.atnf.csiro.au/cgi-bin/trac_asap.cgi/newticket
     598http://svn.atnf.csiro.au/trac/asap/newticket
    597599
    598600[IMPORTANT: ASAP is 0-based]
Note: See TracChangeset for help on using the changeset viewer.