Changes between Version 1 and Version 2 of AsapCommands


Ignore:
Timestamp:
05/07/10 09:36:55 (14 years ago)
Author:
Malte Marquarding
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AsapCommands

    v1 v2  
    3131            get_elevation   - get the elevation of the scans
    3232            get_parangle    - get the parallactic angle of the scans
     33            get_coordinate  - get the spectral coordinate for the given row,
     34                              which can be used for coordinate conversions
     35            get_weather     - get the weather condition parameters
    3336            get_unit        - get the current unit
    3437            set_unit        - set the abcissa unit to be used from this
     
    7578            mx_quotient     - Form a quotient using MX data (off beams)
    7679            scale, *, /     - return a scan scaled by a given factor
    77             add, +, -       - return a scan with given value added
     80            add, +          - return a scan with given value added
     81            sub, -          - return a scan with given value subtracted
    7882            bin             - return a scan with binned channels
    7983            resample        - return a scan with resampled channels
     
    98102            stddev          - Determine the standard deviation of the current
    99103                              beam/if/pol
     104            get_row_selector - get the selection object for a specified row
     105                               number
    100106     [Selection]
    101107         selector              - a selection object to set a subset of a scantable
     
    159165            plot            - plot a scantable
    160166            plot_lines      - plot a linecatalog overlay
     167            plotazel        - plot azimuth and elevation versus time
     168            plotpointing    - plot telescope pointings
    161169            save            - save the plot to a file ('png' ,'ps' or 'eps')
    162170            set_mode        - set the state of the plotter, i.e.
     
    179187                              coordinates
    180188            arrow           - draw arrow annotations either in data or relative
    181                                coordinates
     189                              coordinates
    182190            axhline,axvline - draw horizontal/vertical lines
    183191            axhspan,axvspan - draw horizontal/vertical regions
     192            annotate        - draw an arrow with label
     193            create_mask     - create a scnatble mask interactively
    184194
    185195        xyplotter           - matplotlib/pylab plotting functions
    186 
    187     [Reading files]
    188         reader              - access rpfits/sdfits files
    189             open            - attach reader to a file
    190             close           - detach reader from file
    191             read            - read in integrations
    192             summary         - list info about all integrations
    193196
    194197    [General]
    195198        commands            - this command
    196199        print               - print details about a variable
    197         list_scans          - list all scantables created bt the user
     200        list_scans          - list all scantables created by the user
    198201        list_files          - list all files readable by asap (default rpf)
    199202        del                 - delete the given variable from memory
     
    208211        mask_not            - boolean operations on masks created with
    209212                              scantable.create_mask
     213        skydip              - gain opacity values from a sky dip observation
     214        opacity_model       - compute opacities fro given frequencies based on
     215                              atmospheric model
    210216
    211217    Note:
     
    220226            ASAP> help average_time
    221227
     228
    222229}}}