SNIP_ |
public class SNIP_LogLog : SNIP_Base, IBaselineEstimation, ISingleSpectrumPreprocessor, IEquatable<SNIP_LogLog>
The SNIP_LogLog type exposes the following members.
| Name | Description | |
|---|---|---|
| SNIP_LogLog | Initializes a new instance of the SNIP_LogLog class |
| Name | Description | |
|---|---|---|
| HalfWidth |
Gets half of the width of the averaging window.
(Inherited from SNIP_Base) | |
| IsHalfWidthInXUnits |
Gets a value indicating whether HalfWidth is specified in x-axis units.
(Inherited from SNIP_Base) | |
| NumberOfRegularIterations |
Gets the number of regular iterations.
The default is 40.
(Inherited from SNIP_Base) |
| Name | Description | |
|---|---|---|
| EvaluateBaselineWithConstantHalfWidth |
Executes the algorithm to estimate the baseline for the provided spectrum.
This method is specialized for (almost) equally spaced x-values; thus the half width can be given in points.
(Inherited from SNIP_Base) | |
| EvaluateBaselineWithLocalHalfWidth |
Executes the algorithm using a locally calculated half width.
This method is specialized for non-uniformly spaced x-values and a half width specified in x-units.
The half width in points is calculated individually for each point.
(Inherited from SNIP_Base) | |
| Execute(Double, Double, Int32) | (Inherited from SNIP_Base) | |
| Execute(ReadOnlySpanDouble, ReadOnlySpanDouble, SpanDouble) |
Executes the algorithm for the provided spectrum and writes the estimated baseline into result.
(Overrides SNIP_BaseExecute(ReadOnlySpanDouble, ReadOnlySpanDouble, SpanDouble)) | |
| 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) | |
| ToString | (Overrides SNIP_Base.ToString) |
| Name | Description | |
|---|---|---|
| _halfWidth | (Inherited from SNIP_Base) | |
| _isHalfWidthInXUnits | (Inherited from SNIP_Base) | |
| _numberOfRegularStages | (Inherited from SNIP_Base) |
References:
[1] C.G. Ryan et al., SNIP, A STATISTICS-SENSITIVE BACKGROUND TREATMENT FOR THE QUANTITATIVE ANALYSIS OF PIXE SPECTRA IN GEOSCIENCE APPLICATIONS, Nuclear Instruments and Methods in Physics Research 934 (1988) 396-402 North-Holland, Amsterdam