Skip to content

Commit

Permalink
Merge pull request #3204 from magnunor/find_peaks_docstring_minor_fix
Browse files Browse the repository at this point in the history
s.find_peaks docstring: fix reference to wrong function
  • Loading branch information
ericpre committed Sep 2, 2023
2 parents 24d9a39 + 3bd959a commit 04388a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hyperspy/_signals/signal2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,7 @@ def find_peaks(self, method='local_max', interactive=True,
function.
* 'difference_of_gaussian' - a blob finder using the difference
of Gaussian matrices approach. See the
:py:func:`~hyperspy.utils.peakfinders2D.find_peaks_log`
:py:func:`~hyperspy.utils.peakfinders2D.find_peaks_dog`
function.
* 'template_matching' - A cross correlation peakfinder. This
method requires providing a template with the ``template``
Expand Down

0 comments on commit 04388a4

Please sign in to comment.