licel.py

changeset 21
406eb996a9cd
parent 16
1122ee9ef151
child 22
a2355e871b23
--- a/licel.py	Thu Mar 20 09:16:22 2014 +0200
+++ b/licel.py	Thu Mar 20 09:17:09 2014 +0200
@@ -57,7 +57,7 @@
             raw_data = np.fromfile(f, 'i4', int(current_channel_info['DataPoints']))
             a = np.fromfile(f, 'b', 1)
             b = np.fromfile(f, 'b', 1)
-
+            
             if (a[0] != 13) | (b[0] != 10):
                 print "Warning: No end of line found after record. File could be corrupt"
             channel = LicelFileChannel(current_channel_info, raw_data)

mercurial