We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11fb738 commit 3ed2fcaCopy full SHA for 3ed2fca
1 file changed
pyeit/io/daeger_eit.py
@@ -76,7 +76,7 @@ def read_header(fname, max_lines=50):
76
with open(fname, "rb") as fh:
77
b = fh.read(16)
78
a = struct.unpack("8H", b)
79
- offset = a[2] + 8
+ offset = a[2] + 16
80
81
# number of frames
82
nframe = int((flen - offset) / spc)
0 commit comments