Peaks.jl contains peak (local extrema) finding functions for vector data. Visit the documentation for a complete introduction, how-to guide, and reference. Contributions welcome.
- Find peak (maxima or minima) locations, height, prominence, and width
- Filter peaks by peak spacing (window size), height, prominence, and width (including "Full Width Half Maximum (FWHM)")
- Fully supports
NaN
/missing
with optional tolerance using keyword argstrict
:- Conventional handling/propagation of
NaN
/missing
whenstrict = true
(the default) - Reasonable alternatives when
strict = false
- Conventional handling/propagation of
- Images.jl
findlocalmaxima
/findlocalminima
- Supports more than 1 dimension
- Doesn't support
missing
, different window sizes