Ignore:
Timestamp:
02/13/09 11:27:42 (15 years ago)
Author:
Malte Marquarding
Message:

Fix for ticket #151: added facilities to help with on/off scan identification/setting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/__init__.py

    r1472 r1504  
    114114    'scantable.verbosesummary'   : [False, _validate_bool],
    115115    'scantable.storage'   : ['memory', str],
    116     'scantable.history'   : [True, _validate_bool]
     116    'scantable.history'   : [True, _validate_bool],
     117    'scantable.reference'      : ['.*(e|w|_R)$', str]
    117118    # fitter
    118119    }
     
    180181scantable.verbosesummary   : False
    181182
     183# Control the identification of reference (off) scans
     184# This is has to be a regular expression
     185scantable.reference         : .*(e|w|_R)$
    182186# Fitter
    183187"""
Note: See TracChangeset for help on using the changeset viewer.