Skip to content

Commit

Permalink
Update src/spikeinterface/preprocessing/depth_order.py
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelgarcia authored Sep 19, 2023
1 parent ef165cb commit e88b4b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/preprocessing/depth_order.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class DepthOrderRecording(ChannelSliceRecording):
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 e88b4b5

Please sign in to comment.