Skip to content

Commit b0d171f

Browse files
authored
Merge pull request #1716 from h-mayorquin/fix_python_neo
SpikeGLX: Adding NP1123 support
2 parents 3471305 + 14e5e73 commit b0d171f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo/rawio/spikeglxrawio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ def extract_stream_info(meta_file, meta):
576576
if (
577577
"imDatPrb_type" not in meta
578578
or meta["imDatPrb_type"] == "0"
579-
or meta["imDatPrb_type"] in ("1015", "1016", "1022", "1030", "1031", "1032", "1100", "1121", "1300")
579+
or meta["imDatPrb_type"] in ("1015", "1016", "1022", "1030", "1031", "1032", "1100", "1121", "1123","1300")
580580
):
581581
# This work with NP 1.0 case with different metadata versions
582582
# https://github.com/billkarsh/SpikeGLX/blob/15ec8898e17829f9f08c226bf04f46281f106e5f/Markdown/Metadata_30.md

0 commit comments

Comments
 (0)