
Nov. 3, 2000
12:05 a.m.
Use the numpyio module from Travis. With this it should be possible to read the data directly and do any typecode conversion you want with. It has fread and fwrite functions, and it can be used with any NumPy type like Int0 in your case. It's part of the signaltools package. http://oliphant.netpedia.net/signaltools_0.5.2.tar.gz HTH, __Janko