Click or drag to resize

PrincetonInstrumentsSPEImporter Class

Imports Princeton Instruments SPE files into an Altaxo table.
Inheritance Hierarchy
System.Object
  Altaxo.Serialization.DataFileImporterBase
    Altaxo.Serialization.PrincetonInstruments.PrincetonInstrumentsSPEImporter

Namespace: Altaxo.Serialization.PrincetonInstruments
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public class PrincetonInstrumentsSPEImporter : DataFileImporterBase, 
	IImmutable, IEquatable<PrincetonInstrumentsSPEImporter>

The PrincetonInstrumentsSPEImporter type exposes the following members.

Constructors
 NameDescription
Public methodPrincetonInstrumentsSPEImporterInitializes a new instance of the PrincetonInstrumentsSPEImporter class
Top
Methods
 NameDescription
Public methodCheckOrCreateImportOptions 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))
Public methodCreateTableDataSource Creates the table data source.
(Overrides DataFileImporterBase.CreateTableDataSource(IReadOnlyList<String>, Object))
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetFileExtensions Gets the file extensions.
(Overrides DataFileImporterBase.GetFileExtensions())
Public methodGetProbabilityForBeingThisFileFormat Gets the probability for being this file format.
(Overrides DataFileImporterBase.GetProbabilityForBeingThisFileFormat(String))
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodImport(IReadOnlyList<String>, ImportOptionsInitial)
(Overrides DataFileImporterBase.Import(IReadOnlyList<String>, ImportOptionsInitial))
Public methodImport(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))
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodStatic memberValuesMatch Compare the values in a double array with values in a double column and see if they match.
Top
See Also