Altaxo. |
[Missing <summary> documentation for "N:Altaxo.Science.Spectroscopy"]
| Class | Description | |
|---|---|---|
| CorrelationMatching1D | Correlation matching of feature points in one dimension. Can be used, for instance, to correlate peak positions in two spectra. | |
| NoopSpectrumPreprocessor | A spectral preprocessor that does nothing, i.e., it leaves the spectrum unchanged. | |
| NoopSpectrumPreprocessorSerializationSurrogate0 | XML serialization surrogate for NoopSpectrumPreprocessor. | |
| PeakSearchingAndFittingDataSource | Table data source for applying the PeakSearchingAndFittingOptions to columns of a table. | |
| PeakSearchingAndFittingOptions | Options for peak searching (determination of approximate peak positions) and peak fitting. | |
| PeakSearchingAndFittingOptionsSerializationSurrogate0 | 2022-06-09 Initial version. | |
| PeakSearchingAndFittingOptionsSerializationSurrogate1 | 2022-07-14 This class no longer derives from SpectralPreprocessOptions, but has it as a member. | |
| PeakSearchingAndFittingOptionsSerializationSurrogate2 | 2022-11-09 Add output options. | |
| PeakSearchingAndFittingOptionsDocNode | ||
| PeakSearchingAndFittingOptionsDocNodeSerializationSurrogate0 | 2022-08-06 Initial version | |
| PeakSearchingAndFittingOptionsDocNodeSerializationSurrogate1 | 2022-08-06 Initial version | |
| PeakSearchingAndFittingOptionsDocNodeSerializationSurrogate2 | 2023-03-30 A list of proxies now can be serialized. | |
| PeakSearchingAndFittingOptionsDocNodeSerializationSurrogate3 | 2023-03-30 A list of proxies now can be serialized. 2024-04-05 V3: PeakSearchingAndFittingOptions is now contained in _optionsObject | |
| PeakSearchingAndFittingOutputOptions | Options to choose which data will be included in the results of a peak searching and fitting operation. | |
| PeakSearchingAndFittingOutputOptionsSerializationSurrogate0 | 2022-11-09 Initial version. | |
| PeakSearchingAndFittingOutputOptionsSerializationSurrogate1 | 2024-09-15 V1: added list of properties, output baseline, output fit residual. | |
| RegionHelper | Helper methods for working with region arrays. | |
| SpectralPreprocessingDataSource | ||
| SpectralPreprocessingOptions | Standard set of spectral preprocessing options. | |
| SpectralPreprocessingOptionsSerializationSurrogate0 | 2022-06-09 Initial version. | |
| SpectralPreprocessingOptionsSerializationSurrogate1 | 2022-06-09 V0: Initial version. 2022-08-04 V1: Added calibration element. | |
| SpectralPreprocessingOptionsSerializationSurrogate2 | 2022-06-09 V0: Initial version. 2022-08-04 V1: Added calibration element. 2023-03-30 V2: Added DarkSubtraction and YCalibration; renamed Calibration to XCalibration. | |
| SpectralPreprocessingOptionsSerializationSurrogate3 | 2022-06-09 V0: Initial version. 2022-08-04 V1: Added calibration element. 2023-03-30 V2: Added DarkSubtraction and YCalibration; renamed Calibration to XCalibration. 2024-03-16 V3: Changed positions of x-calibration and y-calibration. | |
| SpectralPreprocessingOptionsBase | Base type for spectral preprocessing option sets. | |
| SpectralPreprocessingOptionsDocNode | Wrapper around SpectralPreprocessingOptionsBase that keeps track of nodes that have references to tables (currently only XCalibrationByDataSource). | |
| SpectralPreprocessingOptionsDocNodeSerializationSurrogate0 | 2022-08-06 Initial version | |
| SpectralPreprocessingOptionsDocNodeSerializationSurrogate1 | 2023-03-29 Extensions to arbitrary processors | |
| SpectralPreprocessingOptionsDocNodeBase | Wrapper around SpectralPreprocessingOptionsBase that keeps track of nodes that have references to tables (currently only XCalibrationByDataSource). | |
| SpectralPreprocessingOptionsList | A flexible list-based set of spectral preprocessing options. | |
| SpectralPreprocessingOptionsListSerializationSurrogate0 | 2023-04-16 Initial version. | |
| SpectroscopyCommands |
| Interface | Description | |
|---|---|---|
| IReferencingTable | Additional interface that is used if the spectral preprocessor is referencing a table, for instance a calibration table. | |
| IReferencingXYColumns | Additional interface that is used if the spectral preprocessor is referencing an x and y column, for instance if another spectrum should be added or subtracted. | |
| ISingleSpectrumPreprocessor | Interface to a class that is able to pre-process a single spectrum. The convention is: if data needs to be changed in an array, a new instance must be allocated for this. | |
| ISingleSpectrumPreprocessorCompound | Interface to a compound spectral preprocessor that consists of multiple ISingleSpectrumPreprocessor elements. |
| Enumeration | Description | |
|---|---|---|
| CorrelationMatching1DNormalizationMethod | Designates the normalization method for the points in the correlation windows, just before the correlation value is evaluated. |