Spectroscopy |
[Missing <summary> documentation for "T:Altaxo.Science.Spectroscopy.SpectroscopyCommands"]
public class SpectroscopyCommands
The SpectroscopyCommands type exposes the following members.
| Name | Description | |
|---|---|---|
| SpectroscopyCommands | Initializes a new instance of the SpectroscopyCommands class |
| Name | Description | |
|---|---|---|
| CalibrateWithIntensitySpectrum | Calibrates intensity using a known spectrum, optionally subtracting a dark spectrum, and writes results to a new table. | |
| CreateGraphWithPreprocessedSpectrum | Creates the graph with a scatter plot of the preprocessed spectrum. More plots can be added. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| ExecutePeakFindingAndFitting | Executes peak searching and fitting across one or multiple spectra and writes output to the provided peak table. | |
| ExecuteSpectralPreprocessing | Executes the spectral preprocessing for one or more than one spectrum | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetColumnsAndArrays | Retrieves X and Y columns and converts them into arrays for processing. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| GraphName_PeaksSeparate | Gets the default graph name for plotting separate peaks. | |
| GraphName_PeaksTogether | Gets the default graph name for plotting peaks together. | |
| GraphName_PreprocessedCurve | Gets the default graph name for preprocessed spectrum plotting. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| PeakFindingFittingInMultipleSpectraShowDialog | Shows a dialog to configure peak fitting across multiple spectra and creates the resulting peak table. | |
| PeakTable_BaselineCurveColumnNameX | Gets the standard name of the X column containing the baseline curve for the specified spectrum. | |
| PeakTable_BaselineCurveColumnNameY | Gets the standard name of the Y column containing the baseline curve for the specified spectrum. | |
| PeakTable_FitCurveColumnNameX | ||
| PeakTable_FitCurveColumnNameY | Gets the standard name of the Y column containing the fitted curve values for the specified spectrum. | |
| PeakTable_PreprocessedColumnNameX | ||
| PeakTable_PreprocessedColumnNameY | Gets the standard name of the preprocessed X column for the specified spectrum index. | |
| PeakTable_ResidualCurveColumnNameX | Gets the standard name of the X column containing the residual curve (data minus fit) for the specified spectrum. | |
| PeakTable_ResidualCurveColumnNameY | Gets the standard name of the Y column containing the residual curve (data minus fit) for the specified spectrum. | |
| PeakTable_SeparatePeaksColumnNameID | Gets the standard name of the identifier column used to distinguish separate peaks for the specified spectrum. | |
| PeakTable_SeparatePeaksColumnNameX | Gets the standard name of the X column containing separate peak fit curves for the specified spectrum. | |
| PeakTable_SeparatePeaksColumnNameY | Gets the standard name of the Y column containing separate peak fit curves for the specified spectrum. | |
| PeakTable_UsedForFitColumnName | Gets the standard name of the boolean/indicator column marking whether a point was used for fitting for the specified spectrum. | |
| PlotFitCurve | Plots the fit curve (all together). | |
| PlotFitCurveAsSeparatePeaks | Plots the fit curve as separate peaks. | |
| PlotNeonCalibration | Plots the Neon calibration diagnostic graph, including measured differences and spline fit. | |
| Raman_CalibrateWithNeonSpectrum | Performs a x-calibration of a Raman instrument using the Neon spectrum. | |
| Raman_CalibrateWithSiliconSpectrum | Does the relative part of a Raman calibration by utilizing a silicon spectrum. | |
| ShowDialogGetPeakFindingFittingOptions | Shows the dialog to get the preprocessing options. | |
| ShowDialogGetPreprocessingOptions | Shows the dialog to get the preprocessing options. | |
| SpectralPeakFindingFittingShowDialog | Shows a dialog to configure peak finding and fitting for the selected spectra, creates an output table, and plots results. | |
| SpectralPreprocessingShowDialog | Shows a dialog to configure spectral preprocessing, processes the selected spectra, and writes results to a new table. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| TryGetDataProxyForSpectralPreprocessing | Attempts to create a proxy for spectral preprocessing from the currently selected columns. |