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 60d1f94 commit afd3c39Copy full SHA for afd3c39
neo/rawio/plexonrawio.py
@@ -275,7 +275,7 @@ def _parse_header(self):
275
channels_prefixes = np.asarray([re.match(pattern, name).group(0) for name in sig_channels["name"]])
276
buffer_stream_groups = set(zip(channels_prefixes, sig_channels["sampling_rate"], all_sig_length))
277
278
- # There are explanations of the streams bassed on channel names
+ # There are explanations of the streams based on channel names
279
# provided by a Plexon Engineer, see here:
280
# https://github.com/NeuralEnsemble/python-neo/pull/1495#issuecomment-2184256894
281
channel_prefix_to_stream_name = {
0 commit comments