File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed
Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff 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
11093def get_probe_length (probe_part_number : str ) -> int :
11194 """
You can’t perform that action at this time.
0 commit comments