CorrelationMatching1DNormalizationMethod Enumeration |
Designates the normalization method for the points in the windows, just before the correlation value was evaluated.
Namespace: Altaxo.Science.SpectroscopyAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax [FlagsAttribute]
public enum NormalizationMethod
Members Member name | Value | Description |
---|
Mean | 1 |
From the window values, the mean value of the window values is subtracted.
|
Variance | 2 |
The window values are divided by the variance of the window values.
|
See Also