Peak |
public class PeakEnhancementSNIP : IPeakEnhancement, ISingleSpectrumPreprocessor, IEquatable<PeakEnhancementSNIP>
The PeakEnhancementSNIP type exposes the following members.
Name | Description | |
---|---|---|
PeakEnhancementSNIP | Initializes a new instance of the PeakEnhancementSNIP class |
Name | Description | |
---|---|---|
HalfWidth | Half of the width of the averaging window. This value should be set to a very small value here, less than a half of the half width of the peaks. A value of 1 point (which is the default) will do in most cases. | |
IsHalfWidthInXUnits | Gets a value indicating whether HalfWidth is in units of points or in x-units. | |
NumberOfApplications | Gets or sets the number of applications, i.e. the number of times this algorithm is applied to the spectrum. |
Name | Description | |
---|---|---|
Execute | Executes the processor. | |
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) | |
WithAdjustedParameters | Adjusts the parameters of this peak enhancement method by using the spectrum, and the result of a regular peak search over the spectrum. |
Name | Description | |
---|---|---|
DefaultHalfWidthInPoints | The default half width in points. |