Spectral |
The SpectralPreprocessingOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| Clone | ||
| CopyFrom | Copies all settings from another instance. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| IdentifyRegions | 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). | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| SetRegions | Set the regions by providing an array of indices. These indices are the starting indices of the different regions. | |
| SetRegionsByIdentification | 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). | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |