Click or drag to resize

FileCommands Class

Extensions for saving, exporting, and importing files.
Inheritance Hierarchy
SystemObject
  Altaxo.DataFileCommands

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static class FileCommands

The FileCommands type exposes the following members.

Methods
 NameDescription
Public methodStatic memberColorToBrightness 
Public Extension MethodImportAsciiObsolete.
Imports Ascii data from a stream into the data table.
Public methodStatic memberImportAsciiToMultipleWorksheetsObsolete.
Imports multiple Ascii files into the provided table and additionally created tables.
Public Extension MethodImportAsciiToSingleWorksheetHorizontallyObsolete.
Imports multiple Ascii files into a single data table, horizontally, i.e. in subsequent columns.
Public Extension MethodImportAsciiToSingleWorksheetVerticallyObsolete.
Imports multiple Ascii files into a single data table, vertically, i.e. in subsequent rows.
Public methodStatic memberShowAsciiImportOptionsDialog Shows the ASCII analysis dialog.
Public Extension MethodShowExportAsciiDialog Asks for a file name and exports the table data into that file as Ascii.
Public Extension MethodShowExportGalacticSPCDialog Shows the dialog for Galactic SPC file export, and exports the data of the table using the options provided in that dialog.
Public Extension MethodShowImportAsciiDialog(DataTable) Asks for file name(s) and imports the file(s) into multiple worksheets.
Public Extension MethodShowImportAsciiDialog(DataTable, Boolean, Boolean) Asks for file name(s) and imports the file(s) into one or multiple worksheets.
Public Extension MethodShowImportAsciiDialogAndOptions(DataTable) Asks for file name(s) and imports the file(s) into multiple worksheets.
Public Extension MethodShowImportAsciiDialogAndOptions(DataTable, Boolean, Boolean) Asks for file name(s) and imports the file(s) into one or multiple worksheets. After the user chooses one or multiple files, one of the chosen files is used for analysis. The result of the structure analysis of this file is then presented to the user. The user may change some of the options and starts a re-analysis. Finally, the import options are confirmed by the user and the import process can start.
Public Extension MethodShowImportGalacticSPCDialog Asks for file names, and imports one or more Galactic SPC files into a single data table.
Public Extension MethodShowImportImageDialog Asks for a file name of an image file, and imports the image data into a data table.
Public Extension MethodShowImportJcampDialog Asks for file names, and imports one or more Jcamp files into a single data table.
Public Extension MethodShowImportRenishawWdfDialog Asks for file names, and imports one or more Renishaw .wdf files (Raman spectroscopy) into a single data table.
Top
See Also