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>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>