Skip to content

Commit 69a149f

Browse files
committed
SpikeGLX: add Ultra and NP-Opto types
1 parent e9b57b0 commit 69a149f

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
@@ -441,7 +441,7 @@ def extract_stream_info(meta_file, meta):
441441
if (
442442
"imDatPrb_type" not in meta
443443
or meta["imDatPrb_type"] == "0"
444-
or meta["imDatPrb_type"] in ("1015", "1022", "1030", "1031", "1032")
444+
or meta["imDatPrb_type"] in ("1015", "1022", "1030", "1031", "1032", "1100", "1121", "1300")
445445
):
446446
# This work with NP 1.0 case with different metadata versions
447447
# https://github.com/billkarsh/SpikeGLX/blob/15ec8898e17829f9f08c226bf04f46281f106e5f/Markdown/Metadata_30.md

0 commit comments

Comments
 (0)