Skip to content

Commit d97a4cb

Browse files
committed
expand starting limits for iterative error
1 parent b81bdce commit d97a4cb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

configuration/di_corems.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ isRadical = false
2929
isProtonated = true
3030
isAdduct = false
3131
ionization_type = "ESI"
32-
min_ppm_error = -3.0
33-
max_ppm_error = 3.0
32+
min_ppm_error = -10
33+
max_ppm_error = 10
3434
min_abun_error = -100.0
3535
max_abun_error = 100.0
3636
mz_error_range = 1.5
@@ -62,8 +62,8 @@ max_picking_mz = 1200.0
6262
picking_point_extrapolate = 3
6363
calib_minimize_method = "Powell"
6464
calib_pol_order = 2
65-
max_calib_ppm_error = 1.0
66-
min_calib_ppm_error = -1.0
65+
max_calib_ppm_error = -0.23328219287450624
66+
min_calib_ppm_error = 2.147119550004857
6767
calib_sn_threshold = 2.0
6868
calibration_ref_match_method = "legacy"
6969
calibration_ref_match_method_implemented = [ "legacy", "merged",]

0 commit comments

Comments
 (0)