Omnic |
public class OmnicSPGReader
The OmnicSPGReader type exposes the following members.
| Name | Description | |
|---|---|---|
| OmnicSPGReader | Initializes a new instance of OmnicSPGReader and reads the data from the provided stream. |
| Name | Description | |
|---|---|---|
| AcquisitionDatesUtc | Acquisition dates of the individual spectra (UTC). | |
| ErrorMessages | Messages about any errors during the import of the file. | |
| GroupName | Original group name stored in the file header. | |
| NumberOfPoints | The number of points per spectrum. | |
| NumberOfSpectra | The number of spectra in the group. | |
| SpectrumTitles | Titles (names) of the individual spectra. | |
| X | The x values common to all spectra. | |
| XLabel | The label of the x-axis. | |
| XUnit | The unit of the x-axis. | |
| Y | The spectra intensities. Dimension is [spectrumIndex][pointIndex]. | |
| 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) |