Skip to content

Commit 53f4dcd

Browse files
authored
Merge pull request #1464 from alejoe91/add-np1016
Add 1016 to spikeglx
2 parents 4a6bb20 + dd85d7d commit 53f4dcd

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
@@ -495,7 +495,7 @@ def extract_stream_info(meta_file, meta):
495495
if (
496496
"imDatPrb_type" not in meta
497497
or meta["imDatPrb_type"] == "0"
498-
or meta["imDatPrb_type"] in ("1015", "1022", "1030", "1031", "1032", "1100", "1121", "1300")
498+
or meta["imDatPrb_type"] in ("1015", "1016", "1022", "1030", "1031", "1032", "1100", "1121", "1300")
499499
):
500500
# This work with NP 1.0 case with different metadata versions
501501
# https://github.com/billkarsh/SpikeGLX/blob/15ec8898e17829f9f08c226bf04f46281f106e5f/Markdown/Metadata_30.md

0 commit comments

Comments
 (0)