bundles / scipy 1.17.1 / scipy / signal / _peak_finding / _select_by_property
function
scipy.signal._peak_finding:_select_by_property
Signature
def _select_by_property ( peak_properties , pmin , pmax ) Summary
Evaluate where the generic property of peaks confirms to an interval.
Parameters
peak_properties: ndarrayAn array with properties for each peak.
pmin: None or number or ndarrayLower interval boundary for
peak_properties.Noneis interpreted as an open border.pmax: None or number or ndarrayUpper interval boundary for
peak_properties.Noneis interpreted as an open border.
Returns
keep: boolA boolean mask evaluating to true where
peak_propertiesconfirms to the interval.
Notes
See also
Aliases
-
scipy.signal._peak_finding._select_by_property