Changeset 760 for branches/Release12
- Timestamp:
- 11/30/05 12:35:41 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Release12/python/scantable.py
r742 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.