Changeset 760
- Timestamp:
- 11/30/05 12:35:41 (20 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  branches/Release12/python/scantable.py (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      branches/Release12/python/scantable.pyr742 r760 69 69 r._open(filename,ifSel,beamSel) 70 70 asaplog.push('Importing data...') 71 print_log() 71 72 r._read([-1]) 72 73 tbl = r._getdata() … … 76 77 from asap._asap import average as _av 77 78 asaplog.push('Auto averaging integrations...') 79 print_log() 78 80 tbl2 = _av((tbl,),(),True,'none') 79 81 sdtable.__init__(self,tbl2) 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
