Spectral |
public class SpectralPreprocessingOptions : SpectralPreprocessingOptionsBase, IEquatable<SpectralPreprocessingOptions>
The SpectralPreprocessingOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| SpectralPreprocessingOptions | Initializes a new instance with the default preprocessing chain. | |
| SpectralPreprocessingOptions(IEnumerableISingleSpectrumPreprocessor) | Initializes a new instance with the provided preprocessing elements. |
| Name | Description | |
|---|---|---|
| BaselineEstimation | Gets the baseline estimation element. | |
| Count | Gets the number of elements in the collection. (Inherited from SpectralPreprocessingOptionsBase) | |
| Cropping | Gets the cropping element. | |
| DarkSubtraction | Gets the dark subtraction element. | |
| ExpectedOrderOfElements | Gets the expected order of preprocessing elements. | |
| InnerList |
Gets the immutable list of preprocessing elements.
(Inherited from SpectralPreprocessingOptionsBase) | |
| Item | Gets the element at the specified index in the read-only list. (Inherited from SpectralPreprocessingOptionsBase) | |
| Normalization | Gets the normalization element. | |
| Resampling | Gets the resampling element. | |
| Sanitizer | Gets the sanitizer element. | |
| Smoothing | Gets the smoothing element. | |
| SpikeRemoval | Gets the spike removal element. | |
| XCalibration | Gets the x-calibration element. | |
| YCalibration | Gets the y-calibration element. |
| Name | Description | |
|---|---|---|
| Execute |
Executes the processor.
(Inherited from SpectralPreprocessingOptionsBase) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from SpectralPreprocessingOptionsBase) | |
| GetProcessorElements |
Gets the processor elements of which this compound consists.
(Inherited from SpectralPreprocessingOptionsBase) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Overrides SpectralPreprocessingOptionsBaseToString) | |
| TryCreateFrom | Tries to convert the provided options into a SpectralPreprocessingOptions instance. |