[SciPy-User] dtype of LabView binary files

Xunchen Liu xunchen.liu at gmail.com
Tue Nov 9 17:34:42 EST 2010


Hello,

It seems there is only one web page here talking about the dtype of the
binary file saved from Labview:

http://www.shocksolution.com/2008/06/25/reading-labview-binary-files-with-python/

I followed Travis' suggestion on that page to convert one of my Labview
binary file using

data=numpy.fromfile('name',dtype='>d')

but this gives a array doubled the shape of my recorded data and also the
value of the data are not right.

For example, the attached is the text file and binary file saved by Labview.

the text file reads:

array([-2332., -2420., -2460., ...,  1660.,  1788.,  1804.])

while the binary file reads (with dtype='>d')

array([-3.30078125,  0.        , -3.30297852, ...,  0. ,       -2.6953125 ,
 0.        ])

Anyone knows what dtype I should use, or how should I build the correct
dtype for it?

Thanks a lot!

Xunchen Liu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20101109/d27992a1/attachment.html>


More information about the SciPy-User mailing list