From 14e5e73e48c87e08d1b8b93a9b937e89fb3ae637 Mon Sep 17 00:00:00 2001 From: Heberto Mayorquin Date: Mon, 26 May 2025 14:20:36 -0600 Subject: [PATCH] adding probe --- neo/rawio/spikeglxrawio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neo/rawio/spikeglxrawio.py b/neo/rawio/spikeglxrawio.py index 76d1f29f6..711b2c883 100644 --- a/neo/rawio/spikeglxrawio.py +++ b/neo/rawio/spikeglxrawio.py @@ -576,7 +576,7 @@ def extract_stream_info(meta_file, meta): if ( "imDatPrb_type" not in meta or meta["imDatPrb_type"] == "0" - or meta["imDatPrb_type"] in ("1015", "1016", "1022", "1030", "1031", "1032", "1100", "1121", "1300") + or meta["imDatPrb_type"] in ("1015", "1016", "1022", "1030", "1031", "1032", "1100", "1121", "1123","1300") ): # This work with NP 1.0 case with different metadata versions # https://github.com/billkarsh/SpikeGLX/blob/15ec8898e17829f9f08c226bf04f46281f106e5f/Markdown/Metadata_30.md