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 700bc08 commit 1b4b6fdCopy full SHA for 1b4b6fd
probeinterface/io.py
@@ -723,7 +723,6 @@ def write_csv(file, probe):
723
],
724
}
725
726
-# A map from probe type to geometry_parameters
727
# A map from probe type to geometry_parameters
728
npx_probe = {
729
# Neuropixels 1.0
@@ -1006,7 +1005,7 @@ def _read_imro_string(imro_str: str, imDatPrb_pn: str = None) -> Probe:
1006
1005
for shank_id in range(npx_probe[imDatPrb_type]["shank_number"]):
1007
shift = [npx_probe[imDatPrb_type]["shank_pitch"] * shank_id, 0]
1008
contour += list(polygon + shift)
1009
-
+
1010
# shift
1011
contour = np.array(contour) - [11, 11]
1012
probe.set_planar_contour(contour)
0 commit comments