Ignore:
Timestamp:
02/11/10 11:46:14 (14 years ago)
Author:
Malte Marquarding
Message:

Some minor tidy up and documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/__init__.py

    r1691 r1697  
    450450            get_elevation   - get the elevation of the scans
    451451            get_parangle    - get the parallactic angle of the scans
     452            get_coordinate  - get the spectral coordinate for the given row,
     453                              which can be used for coordinate conversions
    452454            get_unit        - get the current unit
    453455            set_unit        - set the abcissa unit to be used from this
     
    581583            plot            - plot a scantable
    582584            plot_lines      - plot a linecatalog overlay
     585            plotazel        - plot azimuth and elevation versus time
     586            plotpointing    - plot telescope pointings
    583587            save            - save the plot to a file ('png' ,'ps' or 'eps')
    584588            set_mode        - set the state of the plotter, i.e.
     
    632636        mask_not            - boolean operations on masks created with
    633637                              scantable.create_mask
     638        skydip              - gain opacity values from a sky dip observation
    634639
    635640    Note:
Note: See TracChangeset for help on using the changeset viewer.