Click or drag to resize

NicoletSPAReader Class

Reads data from a Nicolet SPA formatted stream and exposes the x and y arrays together with metadata.
Inheritance Hierarchy
SystemObject
  Altaxo.Serialization.NicoletSPANicoletSPAReader

Namespace: Altaxo.Serialization.NicoletSPA
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public class NicoletSPAReader

The NicoletSPAReader type exposes the following members.

Constructors
 NameDescription
Public methodNicoletSPAReader Initializes a new instance of NicoletSPAReader and reads the data from the provided stream.
Top
Properties
 NameDescription
Public propertyErrorMessages Messages about any errors during the import of the file.
Public propertyNumberOfPoints The number of points in the data arrays.
Public propertyX The x values read from the file as an array of doubles.
Public propertyXFirst The first x value (minimum wavenumber) read from the file.
Public propertyXIncrement The increment between successive x values.
Public propertyXLabelThe label of the x-axis.
Public propertyXLast The last x value (maximum wavenumber) read from the file.
Public propertyXUnitThe unit of the x-axis.
Public propertyY The y values read from the file as an array of doubles.
Public propertyYLabelThe label of the y-axis.
Public propertyYUnitThe unit of the y-axis.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
 NameDescription
Public fieldComment Comment text extracted from the file header. This is usually the comment block present in the SPA header and is trimmed of any trailing null characters.
Top
See Also