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 d573727 commit a83f73cCopy full SHA for a83f73c
neo/rawio/intanrawio.py
@@ -906,6 +906,7 @@ def read_rhs(filename, file_format: str):
906
channel_number_dict["DC Amplifier channel"] = channel_number_dict["RHS2000 amplifier channel"]
907
if file_format != "one-file-per-channel":
908
channel_number_dict["Stim channel"] = channel_number_dict["RHS2000 amplifier channel"]
909
+ raw_file_paths_dict = create_one_file_per_signal_dict_rhs(dirname=filename.parent)
910
else:
911
raw_file_paths_dict = create_one_file_per_channel_dict_rhs(dirname=filename.parent)
912
channel_number_dict["Stim channel"] = len(raw_file_paths_dict["Stim channel"])
0 commit comments