We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6523e13 commit 1b72ca9Copy full SHA for 1b72ca9
1 file changed
src/spikeinterface/postprocessing/spike_amplitudes.py
@@ -23,8 +23,8 @@ class ComputeSpikeAmplitudes(AnalyzerExtension):
23
----------
24
sorting_analyzer : SortingAnalyzer
25
A SortingAnalyzer object
26
- peak_sign : "pos" or "neg"
27
- to get the extremum_channels_indices
+ peak_sign : "neg" | "pos" | "both", default: "neg"
+ Sign of the template to compute extremum channel used to retrieve spike amplitudes.
28
29
Returns
30
-------
0 commit comments