Click or drag to resize

NeonCalibration Methods

The NeonCalibration type exposes the following members.

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
See Also