From 8d7162aed514bbbe80391a207f4b5a6e2a63b846 Mon Sep 17 00:00:00 2001 From: Leonardo Schwarz Date: Tue, 11 Jun 2024 15:01:22 +0200 Subject: [PATCH] use the new peak picker --- .../app/config_presets/dev_presets.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/depiction_targeted_preproc/app/config_presets/dev_presets.yml b/src/depiction_targeted_preproc/app/config_presets/dev_presets.yml index 7c495c3..ab97694 100644 --- a/src/depiction_targeted_preproc/app/config_presets/dev_presets.yml +++ b/src/depiction_targeted_preproc/app/config_presets/dev_presets.yml @@ -3,10 +3,8 @@ baseline_adjustment: window_size: 3000 window_unit: ppm peak_picker: - peak_picker_type: BasicInterpolated - min_prominence: 0.5 - min_distance: 0.9 - min_distance_unit: mz + peak_picker_type: MSPeakPicker + fit_type: quadratic calibration: calibration_method: RegressShift max_distance: 3000