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 7ab68d4 commit e962318Copy full SHA for e962318
neo/rawio/openephysbinaryrawio.py
@@ -148,7 +148,7 @@ def _parse_header(self):
148
# Special cases for stream
149
if "SYNC" in chan_id and not self.load_sync_channel:
150
# Every stream sync channel is added as its own stream
151
- stream_id = chan_id
+ stream_id = f"{chan_id}-{str(stream_index)}"
152
sync_stream_id_to_buffer_id[stream_id] = buffer_id
153
154
if "ADC" in chan_id:
0 commit comments