Skip to content

Commit

Permalink
Update src/spikeinterface/core/baserecordingsnippets.py
Browse files Browse the repository at this point in the history
Co-authored-by: Zach McKenzie <[email protected]>
  • Loading branch information
alejoe91 and zm711 authored Oct 31, 2023
1 parent 6491b4b commit 253979d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/core/baserecordingsnippets.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ def set_dummy_probe_from_locations(self, locations, shape="circle", shape_params
Electrode shapes
shape_params : dict, default: {"radius": 1}
Shape parameters
axes : str, default: "xy"
axes : "xy" | "yz" | "xz", default: "xy"
If ndim is 3, indicates the axes that define the plane of the electrodes
"""
probe = self.create_dummy_probe_from_locations(locations, shape=shape, shape_params=shape_params, axes=axes)
Expand Down

0 comments on commit 253979d

Please sign in to comment.