Neon |
The NeonCalibration type exposes the following members.
| 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 | Gets the wavelength converter derived from the calibration results. | |
| ErrorMessage | Gets the accumulated error message if calibration failed. | |
| 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 | Gets the peak descriptions produced by the peak-fitting step. | |
| PeakMatchings | Gets the peak matchings, i.e. the correspondence between official Nist peak position, and measured peak position. | |
| PeakSearchingDescriptions | Gets the peak descriptions produced by the peak-searching step. | |
| 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. |