Changeset 1262
- Timestamp:
- 09/11/06 16:49:04 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Release2.1/test/file-io.py
r1257 r1262 10 10 11 11 print "Test of file i/o" 12 rc(' plotter', storage='disk')12 rc('scantable', storage='disk') 13 13 data = scantable('data/tid-t002.rpf') 14 14 del data 15 rc(' plotter',storage='memory')15 rc('scantable',storage='memory') 16 16 data = scantable('data/tid-t002.rpf') 17 17
Note:
See TracChangeset
for help on using the changeset viewer.