File: method.toml

package info (click to toggle)
python-dom-toml 2.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,080 kB
  • sloc: python: 1,778; makefile: 7
file content (30 lines) | stat: -rw-r--r-- 463 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[method.intensity_matrix]
crop_mass_range = [
    50,
    400,
]
savitzky_golay = true
tophat = true
tophat_structure_size = "1.5m"

[method.peak_detection]
points = 30
scans = 10

[method.peak_filter]
noise_filter = true
noise_threshold = 2
base_peak_filter = [
    73,
    147,
]

[method.alignment]
min_peaks = -1
top_n_peaks = 0
# top_n_peaks = 1000

[method.consolidate]
name_filter=["*silane*", "*silyl*", "*silox*"]
min_match_factor=600
min_appearances=-1