Skip to content

Commit 744eeee

Browse files
committed
add comment
1 parent ecec271 commit 744eeee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

neo/rawio/intanrawio.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -615,6 +615,7 @@ def read_rhs(filename, file_format: str):
615615
data_dtype += [(name, "uint16", BLOCK_SIZE)]
616616
else:
617617
data_dtype[sig_type] = "uint16"
618+
# This case behaves as a binary with 0 and 1 coded as uint16
618619
elif file_format == "one-file-per-channel":
619620
for chan_info in channels_by_type[sig_type]:
620621
chan_info["sampling_rate"] = sr

0 commit comments

Comments
 (0)