Changeset 274


Ignore:
Timestamp:
01/24/05 12:23:19 (19 years ago)
Author:
mar637
Message:

minor cosmetic changes. version no++

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/__init__.py

    r255 r274  
    2727     * current working dir
    2828     * environ var ASAPRC
    29      * HOME/.matplotlibrc
     29     * HOME/.asaprc
    3030     
    3131    """
     
    151151    # strip the conveter funcs and return
    152152    ret =  dict([ (key, tup[0]) for key, tup in defaultParams.items()])
    153     print 'Using rc file %s'%fname
     153    verbose.report('loaded rc file %s'%fname)
    154154
    155155    return ret
     
    218218    import asapplotter
    219219    plotter = asapplotter.asapplotter()
     220#from numarray ones,zeros
    220221
    221222__date__ = '$Date$'
    222 __version__  = '0.2a'
     223__version__  = '0.1a'
    223224
    224225def list_scans(t = scantable):
     
    329330        execfile            - execute an asap script, e.g. execfile('myscript')
    330331        list_rcparameters   - print out a list of possible values to be
    331                               put into .asaprc
     332                              put into $HOME/.asaprc
    332333    Note:
    333334        How to use this with help:
Note: See TracChangeset for help on using the changeset viewer.