Princeton |
public class PrincetonInstrumentsSPEReader
The PrincetonInstrumentsSPEReader type exposes the following members.
Name | Description | |
---|---|---|
PrincetonInstrumentsSPEReader | Initializes a new instance of the PrincetonInstrumentsSPEReader class. |
Name | Description | |
---|---|---|
Data | Gets the data. The first index is the frame number. The second index is the index of the region of interest. Thus, Data[0][0] will return the data array of the first frame and the first region of interest. | |
DataType | Gets the type of the data used in the SPE files. In this reader, all data is converted to double values. | |
Dimensions | ||
DocumentMetaData | Gets the complete metadata set of the SPE file. | |
FrameMetaDataNames | Gets the meta data names. Meta data are given separately for each frame. Thus, the names here refer to the second dimension of the FrameMetaDataValues array. | |
FrameMetaDataValues | Gets the meta data. Meta data are given separately for each frame. Thus, the first dimension is the frame index. The second dimension is the various metadata, whose name is given in the FrameMetaDataNames list. | |
LaserWavelength | Gets the laser wavelength in nm. If a laser wavelength value was given, the wavelength values of the x-axis are converted to shift values in inverse cm. | |
NumberOfFrames | Gets the number of frames. | |
NumberOfRegionsOfInterest | Gets the number of regions of interest. | |
RegionsOfInterest | Gets the regions of interest. | |
Version | Gets the version of the SPE file. | |
XValues | Gets the x values. | |
XValuesAreShiftValues | Gets a value indicating whether the x values are shift values. |
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) |
References:
[1]: Python code [!:https://github.com/ashirsch/spe2py].