Changed dytpe of licel files to i4.

Fri, 25 Oct 2013 18:41:20 +0200

author
ulalume3 <binietoglou@imaa.cnr.it>
date
Fri, 25 Oct 2013 18:41:20 +0200
changeset 16
1122ee9ef151
parent 15
a0b073b1f684
child 17
74449200826c

Changed dytpe of licel files to i4.

licel.py file | annotate | diff | comparison | revisions
--- a/licel.py	Mon Feb 18 12:21:05 2013 +0100
+++ b/licel.py	Fri Oct 25 18:41:20 2013 +0200
@@ -54,7 +54,7 @@
 
         # Import the data
         for current_channel_info in channel_info:
-            raw_data = np.fromfile(f, 'l', int(current_channel_info['DataPoints']))
+            raw_data = np.fromfile(f, 'i4', int(current_channel_info['DataPoints']))
             a = np.fromfile(f, 'b', 1)
             b = np.fromfile(f, 'b', 1)
 

mercurial