You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yuri E. Corilo, William R. Kew, Lee Ann McCue (2021, March 27). EMSL-Computing/CoreMS: CoreMS 1.0.0 (Version v1.0.0), as developed on Github. Zenodo. http://doi.org/10.5281/zenodo.4641553
308
+
Yuri E. Corilo, William R. Kew, Lee Ann McCue (2021, March 27). EMSL-Computing/CoreMS: CoreMS 2.0.0 (Version v2.0.0), as developed on Github. Zenodo. http://doi.org/10.5281/zenodo.4641553
Copy file name to clipboardExpand all lines: corems/encapsulation/factory/processingSetting.py
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ class TransientSetting:
16
16
implemented_apodization_function : tuple
17
17
Available apodization functions
18
18
apodization_method : str
19
-
Apodization function to use. Hanning is a good default. For absorption mode processing, Half-Sine or Half-Kaiser may be more appropriate.
19
+
Apodization function to use. Hanning is a good default for Fourier transform magnitude mode. For absorption mode processing, Half-Sine or Half-Kaiser may be more appropriate.
20
20
number_of_truncations : int
21
21
How many times to truncate the transient prior to Fourier transform
22
22
number_of_zero_fills : int
@@ -120,15 +120,15 @@ class LiquidChromatographSetting:
120
120
peak_max_prominence_percent : float, optional
121
121
1-100 % used for baseline detection. Default is 1.
122
122
peak_derivative_threshold : float, optional
123
-
Default is 0.0005.
123
+
Threshold for defining derivative crossing. Default is 0.0005.
124
124
min_peak_datapoints : float, optional
125
-
Default is 5.
125
+
minimum data point to define a chromatografic peak. Default is 5.
126
126
noise_threshold_method : str, optional
127
127
Method for detecting noise threshold. Default is 'manual_relative_abundance'.
Methods for detected noise threshold that can be implemented. Default is ('auto_relative_abundance', 'manual_relative_abundance', 'second_derivative').
130
130
std_noise_threshold : int, optional
131
-
Default is 3.
131
+
the amount of standard deviations used to calculate noise thresould, average + (std_noise_threshold * noise). Default is 3.
0 commit comments