Table of Contents
Name | Direction | Type | Default | Description |
---|---|---|---|---|
InputWorkspace | Input | MatrixWorkspace | Mandatory | The name of the workspace containing the data you want to save. |
Filename | Input | string | Mandatory | The filename of the output file. Allowed extensions: [‘.dat’] |
Title | Input | string | Text to be written to the Title field | |
LogList | Input | str list | List of logs to write to file. | |
Separator | Input | string | tab | The separator used for splitting data columns. Allowed values: [‘comma’, ‘space’, ‘tab’] |
The workspace data are stored in the file in columns: the first column contains the X-values, followed by pairs of Y and E values. Columns are separated by spaces. This is used by the reflectometry interface.
Categories: Algorithms | DataHandling\Text
C++ source: SaveReflThreeColumnAscii.cpp (last modified: 2017-09-09)
C++ header: SaveReflThreeColumnAscii.h (last modified: 2016-06-07)