Changeset 63 for trunk/examples


Ignore:
Timestamp:
07/16/04 15:24:19 (20 years ago)
Author:
mcalabre
Message:

sdreader.gettable() renamed to sdreader.getdata().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/test.py

    r32 r63  
    99r.read(integrations)
    1010# get the data out of  the reader
    11 scans = r.gettable()
     11scans = r.getdata()
    1212# close the reader
    1313r = None
Note: See TracChangeset for help on using the changeset viewer.