Click or drag to resize

RegionHelper Class

Class that helps with region arrays.
Inheritance Hierarchy
SystemObject
  Altaxo.Science.SpectroscopyRegionHelper

Namespace: Altaxo.Science.Spectroscopy
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.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 Trys to identify spectral regions by supplying the spectral x values. A end_of_region is recognized when the gap between two x-values is ten times higher than the previous gap, or if the sign of the gap value changes. This method fails if a spectral region contains only a single point (since no gap value can be obtained then). (But in this case almost all spectral correction methods also fails).
Public methodStatic memberNormalizeRegions 
Top
See Also