Changeset 760 for branches/Release12


Ignore:
Timestamp:
11/30/05 12:35:41 (18 years ago)
Author:
mar637
Message:

log got accumulted in reading data, where the user should see it when it happens.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Release12/python/scantable.py

    r742 r760  
    6969                r._open(filename,ifSel,beamSel)
    7070                asaplog.push('Importing data...')
     71                print_log()
    7172                r._read([-1])
    7273                tbl = r._getdata()
     
    7677                    from asap._asap import average as _av
    7778                    asaplog.push('Auto averaging integrations...')
     79                    print_log()
    7880                    tbl2 = _av((tbl,),(),True,'none')
    7981                    sdtable.__init__(self,tbl2)
Note: See TracChangeset for help on using the changeset viewer.