Ignore:
Timestamp:
03/08/06 14:29:58 (18 years ago)
Author:
mar637
Message:

added asapreader to asap2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/__init__.py

    r880 r895  
    6868    'scantable.autoaverage'      : [True, _validate_bool],
    6969    'scantable.freqframe' : ['LSRK', str],  #default frequency frame
    70     'scantable.allaxes'   : [True, _validate_bool],  # apply action to all axes
    7170    'scantable.plotter'   : [True, _validate_bool], # use internal plotter
    7271    'scantable.verbosesummary'   : [False, _validate_bool]
     
    119118# scantable.set_freqfrmae is called
    120119scantable.freqframe        : LSRK
    121 
    122 # apply action to all axes not just the cursor location
    123 scantable.allaxes          : True
    124 
    125 # use internal plotter
    126 scantable.plotter          : True
    127120
    128121# Control the level of information printed by summary
     
    250243
    251244from asapfitter import *
    252 #from asapreader import reader
     245from asapreader import reader
    253246
    254247from asapmath import *
Note: See TracChangeset for help on using the changeset viewer.