Ignore:
Timestamp:
02/08/05 12:33:01 (19 years ago)
Author:
mar637
Message:
  • added verbose flag for scantable.summary
  • enabled get_scan(list)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/__init__.py

    r379 r381  
    6565    'scantable.allaxes'   : [True, validate_bool],  # apply action to all axes
    6666    'scantable.plotter'   : [True, validate_bool], # use internal plotter
     67    'scantable.verbosesummary'   : [False, validate_bool]
    6768
    6869    # fitter
     
    105106    'scantable.plotter'          : True
    106107
     108    # Control the level of information printed by summary
     109    'scantable.verbosesummary'   : False
     110   
    107111    # Fitter   
    108112    """
Note: See TracChangeset for help on using the changeset viewer.