Chada |
[Missing <summary> documentation for "T:Altaxo.Serialization.HDF5.Chada.ChadaImporter"]
public class ChadaImporter : DataFileImporterBase, IEquatable<ChadaImporter>
The ChadaImporter type exposes the following members.
Name | Description | |
---|---|---|
ChadaImporter | Initializes a new instance of the ChadaImporter 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 DataFileImporterBaseCheckOrCreateImportOptions(Object)) | |
CreateTableDataSource |
Creates the table data source.
(Overrides DataFileImporterBaseCreateTableDataSource(IReadOnlyListString, 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 DataFileImporterBaseGetFileExtensions) | |
GetProbabilityForBeingThisFileFormat |
Gets the probability for being this file format.
(Overrides DataFileImporterBaseGetProbabilityForBeingThisFileFormat(String)) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
Import(IReadOnlyListString, ImportOptionsInitial) | (Inherited from DataFileImporterBase) | |
Import(IReadOnlyListString, DataTable, Object, Boolean) |
Import a Chada file. Chada files are very simply structured HDF5 files, with only one or two datasets, consisting of two columns.
(Overrides DataFileImporterBaseImport(IReadOnlyListString, DataTable, Object, Boolean)) | |
ImportRamanCHADA(String, DataTable) | Imports a single RamanChada file. | |
ImportRamanCHADA(String, DataTable, Int32, DataColumn, Int32, Int32) | Imports a RamanChada file (aware of importing multiple files in one table). | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |