Findpeaks

Latest version: v2.6.6

Safety actively analyzes 723954 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 7

2.5.0

* Denoise filter *lee sigma" is added for (among others) SAR images by carolinegoehner 20.
* The parameters `window `and `cu `need to specified in `params={'window': 7, 'cu': 1}`

See the documentation pages for the details!

Thank you for this awesome contribution carolinegoehner

2.4.7

* Added xlim, ylim, zlim parameter for `plot_mesh` functionality.

2.4.6

Update requirements

2.4.5

* added function to import image from URL location: `fp.imread(path)`
* Update docststrings

2.4.4

* Fix in plot when using whitelist for valleys or peaks
* Added xlabel and ylabel to plot

fp.plot(xlabel='x-axis', ylabel='yaxis')
fp.plot_persistence(xlabel='x-axis', ylabel='yaxis')

2.4.3

* various fixes for plotting the persistence, and adding fontsize


Import library
from findpeaks import findpeaks
Initialize
fp = findpeaks(method='topology')
Example 1d-vector
X = fp.import_example('1dpeaks')

Fit topology method on the 1d-vector
results = fp.fit(X)
Plot the results
fp.plot_persistence(fontsize_ax1=12, fontsize_ax2=14)
Remove labels for ax1
fp.plot_persistence(fontsize_ax1=None, fontsize_ax2=14)

Page 3 of 7

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.