YCalibration |
public class YCalibrationOptions : IEquatable<YCalibrationOptions>
The YCalibrationOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| YCalibrationOptions | Initializes a new instance of the YCalibrationOptions class |
| Name | Description | |
|---|---|---|
| CurveShape | Gets the intensity curve of calibration source. This is usually a peak function, for instance a Gaussian shape with one or more terms (and baseline polynomial). | |
| InterpolationMethod | Gets or sets the smoothing interpolation that is used to smooth the resulting curve. The value can be null: in this case, no smoothing is performed. | |
| MaximalGainRatio | Gets the maximal allowed ratio of the gain that is caused by the intensity correction. Example: if the value is 10, and in the center of the spectrum the gain is 1, then the spectrum is cropped at the ends, where the gain reaches 10. | |
| MaximalValidXValueOfCurve | Gets the maximal valid x value of the calibration curve that comes with the certificate of the source. | |
| MinimalValidXValueOfCurve | Gets the minimal valid x value of the calibration curve that comes with the certificate of the source. | |
| Preprocessing |
| 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) |