Skip to content

Commit aa4de82

Browse files
authored
Merge branch 'master' into master
2 parents bf396e5 + b0d171f commit aa4de82

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)