Click or drag to resize

SpectroscopyCommands Class

[Missing <summary> documentation for "T:Altaxo.Science.Spectroscopy.SpectroscopyCommands"]

Inheritance Hierarchy
SystemObject
  Altaxo.Science.SpectroscopySpectroscopyCommands

Namespace: Altaxo.Science.Spectroscopy
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class SpectroscopyCommands

The SpectroscopyCommands type exposes the following members.

Constructors
 NameDescription
Public methodSpectroscopyCommandsInitializes a new instance of the SpectroscopyCommands class
Top
Methods
 NameDescription
Public methodStatic memberCalibrateWithIntensitySpectrum Calibrate intensity with a known spectrum, and optionally, a dark spectrum.
Public methodStatic memberCreateGraphWithPreprocessedSpectrum Creates the graph with a scatter plot of the preprocessed spectrum. More plots can be added.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodStatic memberExecutePeakFindingAndFitting 
Public methodStatic memberExecuteSpectralPreprocessing Executes the spectral preprocessing for one or more than one spectrum
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 methodStatic memberGetColumnsAndArrays 
Public methodGetHashCodeServes as the default hash function.
(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)
Public methodStatic memberPeakTable_FitCurveColumnNameX 
Public methodStatic memberPeakTable_FitCurveColumnNameY 
Public methodStatic memberPeakTable_PreprocessedColumnNameX 
Public methodStatic memberPeakTable_PreprocessedColumnNameY 
Public methodStatic memberPeakTable_SeparatePeaksColumnNameID 
Public methodStatic memberPeakTable_SeparatePeaksColumnNameX 
Public methodStatic memberPeakTable_SeparatePeaksColumnNameY 
Public methodStatic memberPeakTable_UsedForFitColumnName 
Public methodStatic memberPlotFitCurve Plots the fit curve (all together).
Public methodStatic memberPlotFitCurveAsSeparatePeaks Plots the fit curve as separate peaks.
Public methodStatic memberPlotNeonCalibration 
Public methodStatic memberRaman_CalibrateWithNeonSpectrum 
Public methodStatic memberRaman_CalibrateWithSiliconSpectrum Does the relative part of a Raman calibration by utilizing a silicon spectrum.
Public methodStatic memberShowDialogGetPeakFindingFittingOptions Shows the dialog to get the preprocessing options.
Public methodStatic memberShowDialogGetPreprocessingOptions Shows the dialog to get the preprocessing options.
Public methodStatic memberSpectralPeakFindingFittingShowDialog 
Public methodStatic memberSpectralPreprocessingShowDialog 
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodStatic memberTryGetDataProxyForSpectralPreprocessing 
Top
Fields
 NameDescription
Public fieldStatic memberColumnsV 
Public fieldStatic memberColumnX 
Top
See Also