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 721e119 commit e05d772Copy full SHA for e05d772
neo/rawio/intanrawio.py
@@ -969,7 +969,7 @@ def read_rhs(filename, file_format: str):
969
# based on what Heberto and I read in the docs
970
for chan_info in stream_name_to_channel_info_list["RHS2000 amplifier channel"]:
971
# we see which stim were activated
972
- if file_format == "header-attached" or any(
+ if file_format != "one-file-per-channel" or any(
973
[chan_info["native_channel_name"] in stim_file.stem for stim_file in raw_file_paths_dict["Stim channel"]]
974
):
975
chan_info_stim = dict(chan_info)
0 commit comments