Skip to content

Commit b3299ee

Browse files
committed
Merge branch 'use-mux-tables' of github.com:chrishalcrow/probeinterface into use-mux-tables
2 parents 43c57c7 + 280f103 commit b3299ee

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/probeinterface/neuropixels_tools.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,9 +376,14 @@ def _read_imro_string(imro_str: str, imDatPrb_pn: Optional[str] = None) -> Probe
376376

377377
probe = _make_npx_probe_from_description(pt_metadata, elec_ids, shank_ids, mux_table)
378378

379+
mux_table_format_type = pt_metadata["mux_table_format_type"]
380+
mux_information = probe_features["z_mux_tables"].get(mux_table_format_type)
381+
mux_table_array = make_mux_table_array(mux_information)
382+
379383
# scalar annotations
380384
probe.annotate(
381385
probe_type=probe_type,
386+
mux_table_array=mux_table_array,
382387
)
383388

384389
# vector annotations

0 commit comments

Comments
 (0)