Click or drag to resize

SpikeRemovalByPeakElimination Class

[Missing <summary> documentation for "T:Altaxo.Science.Spectroscopy.SpikeRemoval.SpikeRemovalByPeakElimination"]

Inheritance Hierarchy
SystemObject
  Altaxo.Science.Spectroscopy.SpikeRemovalSpikeRemovalByPeakElimination

Namespace: Altaxo.Science.Spectroscopy.SpikeRemoval
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class SpikeRemovalByPeakElimination : ISpikeRemoval, 
	ISingleSpectrumPreprocessor, IEquatable<SpikeRemovalByPeakElimination>

The SpikeRemovalByPeakElimination type exposes the following members.

Constructors
 NameDescription
Public methodSpikeRemovalByPeakEliminationInitializes a new instance of the SpikeRemovalByPeakElimination class
Top
Properties
Methods
 NameDescription
Public methodStatic memberEliminateSpikesByTopologicalSearching Executes the algorithm either to eliminate positive spikes or negative spikes.
Public methodStatic memberEliminateSpikesOfWidthOneByWavelet Finds spikes of width = 1 point, using a wavelet transformation (wavelet: -0.5, 1, -0.5), and then eliminates those spikes.
Public methodStatic memberEliminateSpikesOfWidthTwoByWavelet Finds spikes of width = 2 points, using a wavelet transformation (wavelet: -0.5, 0.5, 0.5, -0.5), and then eliminates those spikes.
Public methodExecute Executes the processor.
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToString
(Overrides ObjectToString)
Top
See Also