Wdf |
The WdfFileReader type exposes the following members.
Name | Description | |
---|---|---|
![]() | AccumulationCount | Number of accumulations used for one spectrum. |
![]() | ApplicationName | Name of the application that created this file. |
![]() | ApplicationVersion | Version of the application that created this file. |
![]() | Capacity | Total number of experiments, can be greater than Count. |
![]() | Count | Number of experiments of the same type, can be smaller than Capacity. |
![]() | DataOriginCount | Number of rows in the data origin list. |
![]() | FileName | Gets the name of the Wdf file. |
![]() | HasMapData | Gets a value indicating whether this instance has map data. |
![]() | Images | Contains the images as bitstreams. See the remarks for an example how to use the bytes. |
![]() | IsCompleted | True if the number of spectra in this file equals the total number of spectra for this measurement. |
![]() | LaserWavelength_nm | Wavelength of the exciting laser in nm. |
![]() | MapShape | |
![]() | MeasurementType | Type of the measurement that created this file. |
![]() | NumberOfPointsPerSpectrum | Number of data points in each spectrum. |
![]() | OriginListHeader | |
![]() | ScanType | Type of the scan that created this file. |
![]() | Spectra | Gets the spectra's intensity values. |
![]() | SpectralUnit | Unit of the y-values of the spectra. |
![]() | Title | Title of the measurement. |
![]() | UserName | Operator of the measurement. |
![]() | XData | Gets the x data. This are usually the spectrum's x values (wavelength, shift, etc.). |
![]() | XPositions | |
![]() | XPositionUnit | |
![]() | XUnit | Gets the unit of the XData values. |
![]() | YData | Gets the y data. ATTENTION: this are usually NOT the spectrum's intensity values (these are stored in Spectra, or use GetSpectrum(Int32)). |
![]() | YPositions | |
![]() | YPositionUnit | |
![]() | YUnit | Gets the unit of the YData values. |
![]() | ZPositions | |
![]() | ZPositionUnit |