The WdfFileReader type exposes the following members.
Properties| | 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 | Shape of the map data (width, height) when present. |
 | MeasurementType | Type of the measurement that created this file. |
 | NumberOfPointsPerSpectrum | Number of data points in each spectrum. |
 | OriginListHeader |
Header information for origin list rows. Each entry contains a tuple of:
(isY, data type, unit type, annotation, array of values).
|
 | 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. These are usually the spectrum's x values (wavelength, shift, etc.).
|
 | XPositions | Positions in X for origin list entries (one per spectrum). |
 | XPositionUnit | Unit of X position values. |
 | XUnit | Gets the unit of the XData values. |
 | YData |
Gets the y data. ATTENTION: these are usually NOT the spectrum's intensity values (these are stored in Spectra, or use GetSpectrum(Int32)).
|
 | YPositions | Positions in Y for origin list entries (one per spectrum). |
 | YPositionUnit | Unit of Y position values. |
 | YUnit | Gets the unit of the YData values. |
 | ZPositions | Positions in Z for origin list entries (one per spectrum). |
 | ZPositionUnit | Unit of Z position values. |
Top
See Also