Skip to content

Commit 1b72ca9

Browse files
authored
Update src/spikeinterface/postprocessing/spike_amplitudes.py
1 parent 6523e13 commit 1b72ca9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/spikeinterface/postprocessing/spike_amplitudes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ class ComputeSpikeAmplitudes(AnalyzerExtension):
2323
----------
2424
sorting_analyzer : SortingAnalyzer
2525
A SortingAnalyzer object
26-
peak_sign : "pos" or "neg"
27-
to get the extremum_channels_indices
26+
peak_sign : "neg" | "pos" | "both", default: "neg"
27+
Sign of the template to compute extremum channel used to retrieve spike amplitudes.
2828
2929
Returns
3030
-------

0 commit comments

Comments
 (0)