Nicolet |
public class NicoletSPAReader
The NicoletSPAReader type exposes the following members.
| Name | Description | |
|---|---|---|
| NicoletSPAReader | Initializes a new instance of NicoletSPAReader and reads the data from the provided stream. |
| Name | Description | |
|---|---|---|
| ErrorMessages | Messages about any errors during the import of the file. | |
| NumberOfPoints | The number of points in the data arrays. | |
| X | The x values read from the file as an array of doubles. | |
| XFirst | The first x value (minimum wavenumber) read from the file. | |
| XIncrement | The increment between successive x values. | |
| XLabel | The label of the x-axis. | |
| XLast | The last x value (maximum wavenumber) read from the file. | |
| XUnit | The unit of the x-axis. | |
| Y | The y values read from the file as an array of doubles. | |
| YLabel | The label of the y-axis. | |
| YUnit | The unit of the y-axis. |
| Name | Description | |
|---|---|---|
| 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) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Name | Description | |
|---|---|---|
| Comment | 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. |