Princeton |
public class PrincetonInstrumentsSPEImporter : DataFileImporterBase, IImmutable, IEquatable<PrincetonInstrumentsSPEImporter>
The PrincetonInstrumentsSPEImporter type exposes the following members.
Name | Description | |
---|---|---|
![]() | PrincetonInstrumentsSPEImporter | Initializes a new instance of the PrincetonInstrumentsSPEImporter class |
Name | Description | |
---|---|---|
![]() | CheckOrCreateImportOptions |
Checks the import options. If the provided object is a valid import options object, then this object is returned.
Otherwise, a new import options object is created.
(Overrides DataFileImporterBase.CheckOrCreateImportOptions(Object)) |
![]() | CreateTableDataSource |
Creates the table data source.
(Overrides DataFileImporterBase.CreateTableDataSource(IReadOnlyList<String>, 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) |
![]() | GetFileExtensions |
Gets the file extensions.
(Overrides DataFileImporterBase.GetFileExtensions()) |
![]() | GetProbabilityForBeingThisFileFormat |
Gets the probability for being this file format.
(Overrides DataFileImporterBase.GetProbabilityForBeingThisFileFormat(String)) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | Import(IReadOnlyList<String>, ImportOptionsInitial) | (Overrides DataFileImporterBase.Import(IReadOnlyList<String>, ImportOptionsInitial)) |
![]() | Import(IReadOnlyList<String>, DataTable, Object, Boolean) |
Imports a couple of Princeton Instruments SPE files into a table. The spectra are added as columns to the (one and only) table. If the x column
of the rightmost column does not match the x-data of the spectra, a new x-column is also created.
(Overrides DataFileImporterBase.Import(IReadOnlyList<String>, DataTable, Object, Boolean)) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
![]() ![]() | ValuesMatch | Compare the values in a double array with values in a double column and see if they match. |