Click or drag to resize

NeonCalibration Class

Represents the results of a calibration of a Raman device with light from a Neon lamp.
Inheritance Hierarchy
SystemObject
  Altaxo.Science.Spectroscopy.RamanNeonCalibration

Namespace: Altaxo.Science.Spectroscopy.Raman
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class NeonCalibration

The NeonCalibration type exposes the following members.

Constructors
 NameDescription
Public methodNeonCalibrationInitializes a new instance of the NeonCalibration class
Top
Properties
 NameDescription
Public propertyCoarseMatch Gets the coarse match that is used to calculate a linear interpolation that converts between Nist wavelengths (WL) and measured wavelengths and vice versa.
Public propertyConverter 
Public propertyErrorMessage 
Public propertyIsValid Gets a value indicating whether this calibration is valid. If the return value is false, please check the property ErrorMessage for details.
Public propertyMeasuredPeaks Array of the peaks measured (i.e. detected from the spectrum), each element of the array consist of the wavelength (nm) of the peak position and the peak height.
Public propertyMeasuredWavelengthToWavelengthDifference Gets an interpolation function that maps the measured wavelength to the difference between Nist and measured wavelength.
Public propertyPeakFittingDescriptions 
Public propertyPeakMatchings Gets the peak matchings, i.e. the correspondence between official Nist peak position, and measured peak position.
Public propertyPeakSearchingDescriptions 
Public propertyXOriginal_nm The x-values of the Neon measurement, converted to nm, presumed that the laser has the wavelength
Public propertyXPreprocessed_nm The x-values (after preprocessing) of the Neon measurement, converted to nm, presumed that the laser has the wavelength
Public propertyYPreprocessed The y (signal) values of the preprocessed spectrum.
Top
Methods
 NameDescription
Public methodCreateSpectrumWithNanometerXAxis From the raw spectrum in x and y, the preprocessed spectrum, in which the x-axis is converted to nanometer, is created and stored in _xPreprocessed_nm and _yPreprocessed.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodEvaluate Evaluates the Neon calibration. After the calibration is evaluated, properties like PeakMatchings and MeasuredWavelengthToWavelengthDifference are useable.
Public methodEvaluatePeakMatchings 
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 methodFindCoarseMatchFast Finds a coarse match between the peaks in the measured Neon spectrum and the Nist table.
Public methodFindPeaks Finds the peaks, and fits them if allowed in the options.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetIntensitySum Gets the intensity sum. This is the fitness function. The higher the return value, the better the Nist peaks fit to the measured peaks.
Public methodStatic memberGetSplineMeasuredWavelengthToWavelengthDifference Creates a spline that corresponds the measured wavelength to the wavelength difference between the official Nist wavelength and measured wavelength.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
See Also