find_rt_peaks

Function find_rt_peaks 

Source
pub fn find_rt_peaks(
    y_smoothed: &[f32],
    y_raw: &[f32],
    rt_times: &[f32],
    min_prom: ThresholdMode,
    min_sep_sec: f32,
    min_width_sec: f32,
) -> Vec<RtLocalPeak>