SaveReflThreeColumnAscii v1

../_images/SaveReflThreeColumnAscii-v1_dlg.png

SaveReflThreeColumnAscii dialog.

Table of Contents

Summary

Saves a 2D workspace to a ascii file.

Properties

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’]

Description

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