Ignore:
Timestamp:
03/01/05 15:12:17 (19 years ago)
Author:
mar637
Message:

*added get_fit

  • added more commands()
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/__init__.py

    r513 r530  
    215215from scantable import *
    216216from asaplinefind import *
     217from asapfit import *
    217218
    218219from numarray import logical_and as mask_and
     
    232233
    233234__date__ = '$Date$'
    234 __version__  = '0.9'
     235__version__  = '0.99'
    235236
    236237def list_scans(t = scantable):
     
    285286            nbeam,nif,nchan,npol - the number of beams/IFs/Pols/Chans
    286287            history         - print the history of the scantable
    287 
     288            get_fit         - get a fit which has been stored witnh the data
    288289            average_time    - return the (weighted) time average of a scan
    289290                              or a list of scans
     
    321322                              commited.
    322323            fit             - execute the actual fitting process
     324            store_fit       - store the fit paramaters in the data (scantable)
    323325            get_chi2        - get the Chi^2
    324326            set_scan        - set the scantable to be fit
     
    339341                              what is to be plotted 'colour stacked'
    340342                              and what 'panelled'
    341             set_range       - set the abcissa 'zoom' range
     343            set_cursor      - only plot a selected part of the data
     344            set_range       - set a 'zoom' window
    342345            set_legend      - specify user labels for the legend indeces
    343346            set_title       - specify user labels for the panel indeces
Note: See TracChangeset for help on using the changeset viewer.