Click or drag to resize

SiliconCalibrationOptions Class

Options for x-axis calibration of a Raman spectrum using a silicon reference spectrum.
Inheritance Hierarchy
SystemObject
  Altaxo.Science.Spectroscopy.RamanSiliconCalibrationOptions

Namespace: Altaxo.Science.Spectroscopy.Raman
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public class SiliconCalibrationOptions : IEquatable<SiliconCalibrationOptions>

The SiliconCalibrationOptions type exposes the following members.

Constructors
 NameDescription
Public methodSiliconCalibrationOptionsInitializes a new instance of the SiliconCalibrationOptions class
Top
Properties
 NameDescription
Public propertyPeakFindingOptions Options for peak searching and fitting used when locating the silicon reference feature.
Public propertyRelativeShift_Tolerance_invcm Wavenumber tolerance in inverse centimeters (how much the measured shift may differ from the calibration).
Public propertyTemperature Temperature associated with the measurement.
Top
Methods
 NameDescription
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 methodGetOfficialShiftValue_Silicon_invcm Returns the official silicon Raman shift value adjusted for the configured temperature.
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.
(Overrides ObjectToString)
Top
Fields
 NameDescription
Public fieldStatic memberOfficialShiftValue_Silicone_invcm Official silicon Raman shift value in inverse centimeters. Reference: National Metrology Institute of Japan.
Public fieldStatic memberOfficialShiftValueTemperatureCoefficient_Silicon_invcm Temperature coefficient of the official silicon shift value in inverse centimeters per Kelvin. Si (1,1,1), Ref: Saltonstall et al., Rev.Sci.Instr. 84, 064903 (2013)
Public fieldStatic memberReferenceTemperature_OfficialShiftValue_Silicon_K Reference temperature (Kelvin) for the official silicon shift value.
Top
See Also