Peak |
public class PeakSearchingAndFittingOutputOptions : IEquatable<PeakSearchingAndFittingOutputOptions>
The PeakSearchingAndFittingOutputOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | PeakSearchingAndFittingOutputOptions | Initializes a new instance of the PeakSearchingAndFittingOutputOptions class |
Name | Description | |
---|---|---|
![]() | OutputBaselineCurve | Gets a value indicating whether the baseline curve(s) is included in the output. |
![]() | OutputFitCurve | Gets a value indicating whether the fit curve of the peak fitting(s) is included in the output. |
![]() | OutputFitCurveAsSeparatePeaks | |
![]() | OutputFitCurveAsSeparatePeaksSamplingFactor | Gets/sets the sampling factor of the separate peak curves. A sampling factor of 1 samples the fit curve at the same positions at the fitted curve, a factor of 2 takes one additional point inbetween to original points, etc. |
![]() | OutputFitCurveSamplingFactor | Gets/sets the sampling factor of the fit curve. A sampling factor of 1 samples the fit curve at the same positions at the fitted curve, a factor of 2 takes one additional point inbetween to original points, etc. |
![]() | OutputFitResidualCurve | Gets a value indicating whether the fit residual curve(s) is included in the output. |
![]() | OutputPreprocessedCurve | Gets a value indicating whether the preprocessed spectrum (i.e. the spectrum that is used for peak fitting) is included in the output. |
![]() | PropertyNames | Gets or sets name of additional properties. These properties are intended to be shown in the columns of the resulting peak fitting table. |
Name | Description | |
---|---|---|
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |