Skip to content

Commit 87a79a6

Browse files
authored
Update neo/rawio/plexonrawio.py
1 parent afd3c39 commit 87a79a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo/rawio/plexonrawio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ def _parse_header(self):
298298
self._sig_sampling_rate = {}
299299

300300
for stream_index, (channel_prefix, sr, length) in enumerate(buffer_stream_groups):
301-
# The users of plexon can modify the channel names, is not common but in that case
301+
# The users of plexon can modify the prefix of the channel names (e.g. `my_prefix` instead of `WB`). This is not common but in that case
302302
# We assign the channel_prefix both as stream_name and stream_id
303303
stream_name = channel_prefix_to_stream_name.get(channel_prefix, channel_prefix)
304304
stream_id = channel_prefix_to_stream_id.get(channel_prefix, channel_prefix)

0 commit comments

Comments
 (0)