Skip to content

Commit cc88747

Browse files
committed
remove unnecessary
1 parent 147d168 commit cc88747

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

src/probeinterface/neuropixels_tools.py

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -89,23 +89,6 @@ def _load_np_probe_features():
8989
"bankB": "bankB",
9090
}
9191

92-
# Map from ProbeInterface to ProbeTable naming conventions
93-
# @Chris : is this necessary ?
94-
# pi_to_pt_names = {
95-
# "x_pitch": "electrode_pitch_horz_um",
96-
# "y_pitch": "electrode_pitch_vert_um",
97-
# "contact_width": "electrode_size_horz_direction_um",
98-
# "shank_pitch": "shank_pitch_um",
99-
# "shank_number": "num_shanks",
100-
# "ncols_per_shank": "cols_per_shank",
101-
# "nrows_per_shank": "rows_per_shank",
102-
# "adc_bit_depth": "adc_bit_depth",
103-
# "model_name": "description",
104-
# "num_readout_channels": "num_readout_channels",
105-
# "shank_width_um": "shank_width_um",
106-
# "tip_length_um": "tip_length_um",
107-
# }
108-
10992

11093
def get_probe_length(probe_part_number: str) -> int:
11194
"""

0 commit comments

Comments
 (0)