Peak |
The PeakFittingOfMultipleSpectraByIncrementalPeakAddition type exposes the following members.
| Name | Description | |
|---|---|---|
| FitFunction | Gets/sets the fit function to use. | |
| FitWidthScalingFactor | Gets/sets the scaling factor of the fit width. When set, this value determines the width around a peak (as a multiple of the peak FWHM) that is used to calculate the parameter errors of that peak. | |
| FixedPeakPositions | Gets a list of fixed peak positions. While the designated positions are fixed and do not participate in the fitting process, the designated FWHM values are used to calculate initial peak parameter values and parameter boundaries. | |
| IsMinimalFWHMValueInXUnits | Gets a value indicating whether MinimalFWHMValue is specified in x-units. | |
| MaximumNumberOfPeaks | Gets or sets the maximum number of peaks to add. | |
| MinimalFWHMValue | Gets/sets the minimal allowed FWHM value. | |
| MinimalRelativeHeight | Gets/sets the minimal relative height (relative to the maximum y-span across all spectra). The addition of new peaks is stopped if the fitting residual falls below this value. | |
| MinimalSignalToNoiseRatio | Gets/sets the minimal signal-to-noise ratio. The addition of new peaks is stopped if the ratio of the highest remaining peak with respect to the noise level falls below this value. | |
| OrderOfBaselinePolynomial | Gets or sets the order of the polynomial used for the baseline. | |
| PeakAdditionOrder | Gets the order in which peaks are added during incremental peak addition. | |
| PrunePeaksSumChiSquareFactor | Gets/inits a factor used to prune peaks based on their contribution to the chi-square sum. |