Changeset 182


Ignore:
Timestamp:
01/07/05 11:49:53 (19 years ago)
Author:
mar637
Message:

moved reader to the end, as it's behaviour can be emulated with the
scantable constructor.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/__init__.py

    r179 r182  
    2828def commands():
    2929    x = """
    30     [Reading files]
    31         reader              - access rpfits/sdfits files
    32             read            - read in integrations
    33             summary         - list info about all integrations
    3430    [The scan container]
    3531        scantable           - a container for integrations/scans
     32                              (can open asap/rpfits/sdfits and ms files)
    3633            copy            - returns a copy of a scan
    3734            get_scan        - gets a specific scan out of a scantable
     
    3936            set_selection   - set a specific Beam/IF/Pol for furthrt use
    4037            get_selection   - print out the current selection
    41             stats           - get specified statistic of the spectra in the scantable
    42             stddev          - get the standard deviation of the spectra in the scantable
     38            stats           - get specified statistic of the spectra in
     39                              the scantable
     40            stddev          - get the standard deviation of the spectra
     41                              in the scantable
    4342            get_tsys        - get the TSys
    4443            get_time        - get the timestamps of the integrations
     
    7877                              set if they should be held fixed during fitting
    7978            get_parameters  - get the fitted parameters
    80            
     79    [Reading files]
     80        reader              - access rpfits/sdfits files
     81            read            - read in integrations
     82            summary         - list info about all integrations
     83
    8184    [General]
    8285        commands            - this command
Note: See TracChangeset for help on using the changeset viewer.