Skip to content

Commit

Permalink
Update src/spikeinterface/core/recording_tools.py
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelgarcia authored Sep 19, 2023
1 parent e88b4b5 commit b202c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/core/recording_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ def order_channels_by_depth(recording, channel_ids=None, dimensions=("x", "y"),
If str, it needs to be 'x', 'y', 'z'.
If tuple or list, it sorts the locations in two dimensions using lexsort.
This approach is recommended since there is less ambiguity, by default ('x', 'y')
flip: bool, default False
flip: bool, default: False
If flip is False then the order is bottom first (starting from tip of the probe).
If flip is True then the order is upper first.
Expand Down

0 comments on commit b202c43

Please sign in to comment.