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 ecec271 commit 744eeeeCopy full SHA for 744eeee
neo/rawio/intanrawio.py
@@ -615,6 +615,7 @@ def read_rhs(filename, file_format: str):
615
data_dtype += [(name, "uint16", BLOCK_SIZE)]
616
else:
617
data_dtype[sig_type] = "uint16"
618
+ # This case behaves as a binary with 0 and 1 coded as uint16
619
elif file_format == "one-file-per-channel":
620
for chan_info in channels_by_type[sig_type]:
621
chan_info["sampling_rate"] = sr
0 commit comments