Changeset 1079 for trunk/python
- Timestamp:
- 07/25/06 09:32:41 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/scantable.py
r1073 r1079 1527 1527 if average: 1528 1528 asaplog.push('Auto averaging integrations') 1529 stype = int(rcParams['scantable.storage'] == 'disk')1529 stype = int(rcParams['scantable.storage'].lower() == 'disk') 1530 1530 for name in fullnames: 1531 1531 tbl = Scantable(stype) 1532 print stype1533 1532 r = stfiller(tbl) 1534 1533 msg = "Importing %s..." % (name)
Note:
See TracChangeset
for help on using the changeset viewer.