Skip to content

Commit 9e21100

Browse files
h-mayorquinzm711
andauthored
Update src/spikeinterface/core/baserecording.py
Co-authored-by: Zach McKenzie <92116279+zm711@users.noreply.github.com>
1 parent 2c34c91 commit 9e21100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spikeinterface/core/baserecording.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@ def get_channel_locations(
759759
channel_ids : array-like, optional
760760
The IDs of the channels for which to retrieve locations. If None, retrieves locations
761761
for all available channels. Default is None.
762-
axes : str, optional
762+
axes : "xy" | "yz" | "xz" | "xyz", default: "xy"
763763
The spatial axes to return, specified as a string (e.g., "xy", "xyz"). Default is "xy".
764764
765765
Returns

0 commit comments

Comments
 (0)