ImportImportSpcFiles Method |
Imports a couple of SPC files into a table. The spectra are added as columns to the 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.
Namespace: Altaxo.Serialization.GalacticAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static string? ImportSpcFiles(
string[] filenames,
DataTable table,
GalacticSPCImportOptions importOptions
)
Parameters
- filenames String
- An array of filenames to import.
- table DataTable
- The table the spectra should be imported to.
- importOptions GalacticSPCImportOptions
[Missing <param name="importOptions"/> documentation for "M:Altaxo.Serialization.Galactic.Import.ImportSpcFiles(System.String[],Altaxo.Data.DataTable,Altaxo.Serialization.Galactic.GalacticSPCImportOptions)"]
Return Value
StringNull if no error occurs, or an error description.
See Also