On Friday 30 May 2008 11:17:18 Hanno Klemm wrote:
Hanno,
Try a view:
> >>> f.close()
> >>> f = t.openFile('test.h5', 'r')
> >>> b = f.root.test[:].view(N.recarray)

Views are often the most efficient way to change the type of an array.
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to