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 60b26d4 commit a27a012Copy full SHA for a27a012
neo/rawio/plexon2rawio/plexon2rawio.py
@@ -231,7 +231,7 @@ def _parse_header(self):
231
if not (schannel_info.m_ChannelEnabled and schannel_info.m_ChannelRecordingEnabled):
232
continue
233
234
- for channel_unit_id in range(schannel_info.m_NumberOfUnits):
+ for channel_unit_id in range(schannel_info.m_NumberOfUnits+1):
235
unit_name = f"{schannel_info.m_Name.decode()}.{channel_unit_id}"
236
unit_id = f"unit{schannel_info.m_Channel}.{channel_unit_id}"
237
wf_units = schannel_info.m_Units
0 commit comments