Changeset 1079


Ignore:
Timestamp:
07/25/06 09:32:41 (18 years ago)
Author:
mar637
Message:

make storage rcparam casa-insensitive

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/scantable.py

    r1073 r1079  
    15271527        if average:
    15281528            asaplog.push('Auto averaging integrations')
    1529         stype = int(rcParams['scantable.storage'] == 'disk')
     1529        stype = int(rcParams['scantable.storage'].lower() == 'disk')
    15301530        for name in fullnames:
    15311531            tbl = Scantable(stype)
    1532             print stype
    15331532            r = stfiller(tbl)
    15341533            msg = "Importing %s..." % (name)
Note: See TracChangeset for help on using the changeset viewer.