Changeset 733


Ignore:
Timestamp:
11/24/05 14:12:33 (18 years ago)
Author:
mar637
Message:

documentation fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/__init__.py

    r715 r733  
    9999    plotter.panelling          : scan
    100100
    101     # push panels together, to shar axislabels
     101    # push panels together, to share axislabels
    102102    plotter.ganged             : True
     103
     104    # decimate the number of points plotted bya afactor of
     105    # nchan/1024
     106    plotter.decimate           : False
    103107
    104108    # default colours/linestyles
     
    282286            copy            - returns a copy of a scan
    283287            get_scan        - gets a specific scan out of a scantable
     288                              (by name or number)
    284289            summary         - print info about the scantable contents
    285290            set_cursor      - set a specific Beam/IF/Pol 'cursor' for
     
    292297            get_tsys        - get the TSys
    293298            get_time        - get the timestamps of the integrations
     299            get_sourcename  - get the source names of the scans
    294300            get_unit        - get the currnt unit
    295301            set_unit        - set the abcissa unit to be used from this
     
    313319                              or 'SDFITS'
    314320            nbeam,nif,nchan,npol - the number of beams/IFs/Pols/Chans
     321            nscan           - the number of scans in the scantable
     322            nrow            - te number of integrations in the scantable
    315323            history         - print the history of the scantable
    316324            get_fit         - get a fit which has been stored witnh the data
     
    323331            auto_quotient   - return the on/off quotient with
    324332                              automatic detection of the on/off scans
     333                              (matched pairs and 1 off - n on)
    325334            quotient        - return the on/off quotient
    326335            scale           - return a scan scaled by a given factor
     
    339348            rotate_linpolphase - rotate the phase of the complex
    340349                                 polarization O=Q+iU correlation
     350            freq_switch     - perform frequency switching on the data
     351            stats           - Determine the specified statistic, e.g. 'min'
     352                              'max', 'rms' etc.
     353            stddev          - Determine the standard deviation of the current
     354                              beam/if/pol
     355
    341356     [Math] Mainly functions which operate on more than one scantable
    342357
     
    373388                              and what 'panelled'
    374389            set_cursor      - only plot a selected part of the data
    375             set_range       - set a 'zoom' window
     390            set_range       - set a 'zoom' window [xmin,xmax,ymin,ymax]
    376391            set_legend      - specify user labels for the legend indeces
    377392            set_title       - specify user labels for the panel indeces
     393            set_abcissa     - specify a user label for the abcissa
    378394            set_ordinate    - specify a user label for the ordinate
    379             set_abcissa     - specify a user label for the abcissa
    380395            set_layout      - specify the multi-panel layout (rows,cols)
     396            set_colors      - specify a set of colours to use
     397            set_linestyles  - specify a set of linestyles to use if only
     398                              using one color
     399            set_mask        - set a plotting mask for a specific polarization
    381400
    382401    [Reading files]
Note: See TracChangeset for help on using the changeset viewer.