Click or drag to resize

RegionHelper Class

Helper methods for working with region arrays.
Inheritance Hierarchy
SystemObject
  Altaxo.Science.SpectroscopyRegionHelper

Namespace: Altaxo.Science.Spectroscopy
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static class RegionHelper

The RegionHelper type exposes the following members.

Methods
 NameDescription
Public methodStatic memberGetRegionRanges Gets the region ranges.
Public methodStatic memberIdentifyRegions Tries to identify spectral regions based on the provided spectral x-values. An end of a region is recognized when the gap between two consecutive x-values is ten times larger than the previous gap, or if the sign of the gap changes. This method fails if a spectral region contains only a single point (since no gap value can be obtained then). (In this case, almost all spectral correction methods also fail.)
Public methodStatic memberNormalizeRegions Normalizes a list of region start indices.
Top
See Also