Click or drag to resize

XToXLine Class

Baseline evaluation using a straight line between two x-axis anchor points.
Inheritance Hierarchy
SystemObject
  Altaxo.Science.Spectroscopy.BaselineEstimationXToXLineBase
    Altaxo.Science.Spectroscopy.BaselineEvaluationXToXLine

Namespace: Altaxo.Science.Spectroscopy.BaselineEvaluation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public class XToXLine : XToXLineBase, IBaselineEvaluation, 
	ISingleSpectrumPreprocessor, IEquatable<XToXLine>

The XToXLine type exposes the following members.

Constructors
 NameDescription
Public methodXToXLineInitializes a new instance of the XToXLine class
Top
Properties
 NameDescription
Public propertyX0 Gets the first x-axis anchor point.
(Inherited from XToXLineBase)
Public propertyX1 Gets the second x-axis anchor point.
(Inherited from XToXLineBase)
Top
Methods
 NameDescription
Public methodExecute(Double, Double, Int32) Executes the processor.
Public methodExecute(ReadOnlySpanDouble, ReadOnlySpanDouble, SpanDouble) Executes the baseline estimation algorithm for the provided spectrum and writes the estimated baseline into result.
(Inherited from XToXLineBase)
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)
Top
Fields
 NameDescription
Protected field_x0
(Inherited from XToXLineBase)
Protected field_x1
(Inherited from XToXLineBase)
Top
Remarks
This implementation is based on XToXLineBase, but returns the evaluated baseline as the y-values instead of subtracting it.
See Also