BrukerOpusReader Constructor |
Creates a new
BrukerOpusReader and parses the provided stream as a Bruker Opus file.
Namespace: Altaxo.Serialization.BrukerOpusAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic BrukerOpusReader(
Stream stream
)
Parameters
- stream Stream
- The stream containing the Bruker Opus file data. The stream must support seeking.
Exceptions| Exception | Condition |
|---|
| InvalidDataException | Thrown when metadata indicates a different number of points than the data array length. |
See Also