Neon |
public class NeonCalibrationOptions : IEquatable<NeonCalibrationOptions>
The NeonCalibrationOptions type exposes the following members.
Name | Description | |
---|---|---|
NeonCalibrationOptions | Initializes a new instance of the NeonCalibrationOptions class |
Name | Description | |
---|---|---|
FilterOutPeaksCorrespondingToMultipleNistPeaks | If true, peaks in the measured spectrum, that corresponds to multiple Nist peaks, are filtered out. | |
InterpolationIgnoreStdDev | Gets a value indicating whether the position error obtained from the peak fit should be ignored during the interpolation step. If set to true, the position error is ignored and all points are weighted equally. | |
InterpolationMethod | Gets the interpolation method used for interpolating the differences of Nist wavelength and measured wavelength in dependence on the measured wavelength. | |
LaserWavelength_Nanometer | Gets the approximate laser wavelength in nanometer. This is neccessary to convert Raman shift values to absolute wavelength. It is enough to give the value approximately here, because a calibration of the laser wavelength itself is done elsewhere. | |
PeakFindingOptions | ||
Wavelength_Tolerance_nm | Wavelength tolerance in nm (this is the value how much the spectrometer can be differ from calibration) | |
XAxisUnit | Gets the x axis unit of the Neon spectra. |
Name | Description | |
---|---|---|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
ToString | (Overrides ObjectToString) |