Neon |
public class NeonCalibration
The NeonCalibration type exposes the following members.
| Name | Description | |
|---|---|---|
| NeonCalibration | Initializes a new instance of the NeonCalibration class |
| Name | Description | |
|---|---|---|
| CoarseMatch | Gets the coarse match that is used to calculate a linear interpolation that converts between Nist wavelengths (WL) and measured wavelengths and vice versa. | |
| Converter | ||
| ErrorMessage | ||
| IsValid | Gets a value indicating whether this calibration is valid. If the return value is false, please check the property ErrorMessage for details. | |
| MeasuredPeaks | 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. | |
| MeasuredWavelengthToWavelengthDifference | Gets an interpolation function that maps the measured wavelength to the difference between Nist and measured wavelength. | |
| PeakFittingDescriptions | ||
| PeakMatchings | Gets the peak matchings, i.e. the correspondence between official Nist peak position, and measured peak position. | |
| PeakSearchingDescriptions | ||
| XOriginal_nm | The x-values of the Neon measurement, converted to nm, presumed that the laser has the wavelength | |
| XPreprocessed_nm | The x-values (after preprocessing) of the Neon measurement, converted to nm, presumed that the laser has the wavelength | |
| YPreprocessed | The y (signal) values of the preprocessed spectrum. |
| Name | Description | |
|---|---|---|
| CreateSpectrumWithNanometerXAxis | 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. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Evaluate | Evaluates the Neon calibration. After the calibration is evaluated, properties like PeakMatchings and MeasuredWavelengthToWavelengthDifference are useable. | |
| EvaluatePeakMatchings | ||
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| FindCoarseMatchFast | Finds a coarse match between the peaks in the measured Neon spectrum and the Nist table. | |
| FindPeaks | Finds the peaks, and fits them if allowed in the options. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetIntensitySum | Gets the intensity sum. This is the fitness function. The higher the return value, the better the Nist peaks fit to the measured peaks. | |
| GetSplineMeasuredWavelengthToWavelengthDifference | Creates a spline that corresponds the measured wavelength to the wavelength difference between the official Nist wavelength and measured wavelength. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Name | Description | |
|---|---|---|
| NistNeonPeaks | The neon peaks from NIST. Reference: https://physics.nist.gov/PhysRefData/Handbook/Tables/neontable2.htm |