pub fn py_find_zero_crossings<'_py>( trace: Bound<'_py, PyArray1<f32>>, ) -> PyResult<Vec<usize>>
Get a vector with the indizes where the input array crosses zero