Changeset 984


Ignore:
Timestamp:
04/05/06 14:27:05 (18 years ago)
Author:
mar637
Message:

added set_dirframe
asap2 tidy up

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/__init__.py

    r944 r984  
    272272
    273273__date__ = '$Date$'.split()[1]
    274 __version__  = '2.0a'
     274__version__  = '2.0b'
    275275
    276276if rcParams['verbose']:
     
    290290            copy            - returns a copy of a scan
    291291            get_scan        - gets a specific scan out of a scantable
    292                               (by name or number) [deprecated]
     292                              (by name or number)
     293            set_selection   - set a new subselection of the data
     294            get_selection   - get the current selection object
    293295            summary         - print info about the scantable contents
    294296            stats           - get specified statistic of the spectra in
     
    310312                              (e.g. 'LSRK')
    311313            set_doppler     - set the doppler to be used from this point on
     314            set_dirframe    - set the frame for the direction on the sky
    312315            set_instrument  - set the instrument name
    313316            get_fluxunit    - get the brightness flux unit
     
    318321            get_restfreqs   - get the current list of rest frequencies
    319322            set_restfreqs   - set a list of rest frequencies
    320             lines           - print list of known spectral lines
    321             flag_spectrum   - flag a whole Beam/IF/Pol
     323            flag_spectrum   - flag data
    322324            save            - save the scantable to disk as either 'ASAP'
    323325                              or 'SDFITS'
    324326            nbeam,nif,nchan,npol - the number of beams/IFs/Pols/Chans
    325327            nscan           - the number of scans in the scantable
    326             nrow            - te number of integrations in the scantable
     328            nrow            - te number of spectra in the scantable
    327329            history         - print the history of the scantable
    328330            get_fit         - get a fit which has been stored witnh the data
     
    336338                              automatic detection of the on/off scans
    337339                              (matched pairs and 1 off - n on)
    338             quotient        - return the on/off quotient
    339340            scale           - return a scan scaled by a given factor
    340341            add             - return a scan with given value added
     
    374375                              commited.
    375376            fit             - execute the actual fitting process
    376             store_fit       - store the fit paramaters in the data (scantable)
     377            store_fit       - store the fit parameters in the data (scantable)
    377378            get_chi2        - get the Chi^2
    378379            set_scan        - set the scantable to be fit
     
    388389        asapplotter         - a plotter for asap, default plotter is
    389390                              called 'plotter'
    390             plot            - plot a (list of) scantable
     391            plot            - plot a scantable
    391392            save            - save the plot to a file ('png' ,'ps' or 'eps')
    392393            set_mode        - set the state of the plotter, i.e.
    393394                              what is to be plotted 'colour stacked'
    394395                              and what 'panelled'
    395             set_cursor      - only plot a selected part of the data
     396            set_selection   - only plot a selected part of the data
    396397            set_range       - set a 'zoom' window [xmin,xmax,ymin,ymax]
    397398            set_legend      - specify user labels for the legend indeces
     
    407408    [Reading files]
    408409        reader              - access rpfits/sdfits files
     410            open            - attach reader to a file
     411            close           - detach reader from file
    409412            read            - read in integrations
    410413            summary         - list info about all integrations
Note: See TracChangeset for help on using the changeset viewer.