We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7921fd4 commit ac238b0Copy full SHA for ac238b0
src/probeinterface/neuropixels_tools.py
@@ -1106,7 +1106,7 @@ def read_openephys(
1106
contact_ids = []
1107
y_pitch = probe_dict["y_pitch"] # Vertical spacing between the centers of adjacent contacts
1108
x_pitch = probe_dict["x_pitch"] # Horizontal spacing between the centers of contacts within the same row
1109
- number_of_columns = probe_dict["ncol"]
+ number_of_columns = probe_dict["ncols_per_shank"]
1110
probe_stagger = probe_dict["stagger"]
1111
shank_number = probe_dict["shank_number"]
1112
0 commit comments