Skip to content

Commit 9567cfd

Browse files
committed
clean mux_table_arraymux_channels
1 parent 02c3540 commit 9567cfd

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/probeinterface/neuropixels_tools.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,6 @@ def _make_npx_probe_from_description(probe_description, elec_ids, shank_ids, mux
319319

320320
# annotate with MUX table
321321
if mux_table is not None:
322-
print("Adding MUX table to probe")
323322
# annotate each contact with its mux channel
324323
num_contacts = positions.shape[0]
325324
mux_channels = np.zeros(num_contacts, dtype="int64")
@@ -387,14 +386,9 @@ def _read_imro_string(imro_str: str, imDatPrb_pn: Optional[str] = None) -> Probe
387386

388387
probe = _make_npx_probe_from_description(pt_metadata, elec_ids, shank_ids, mux_table)
389388

390-
mux_table_format_type = pt_metadata["mux_table_format_type"]
391-
mux_information = probe_features["z_mux_tables"].get(mux_table_format_type)
392-
mux_table_array = make_mux_table_array(mux_information)
393-
394389
# scalar annotations
395390
probe.annotate(
396391
probe_type=probe_type,
397-
mux_table_array=mux_table_array,
398392
)
399393

400394
# vector annotations

0 commit comments

Comments
 (0)