Table of Contents
Loads a GSS file such as that saved by SaveGSS. This is not a lossless process, as SaveGSS truncates some data. There is no instrument assosciated with the resulting workspace. ‘Please Note’: Due to limitations of the GSS file format, the process of going from Mantid to a GSS file and back is not perfect.
Name | Direction | Type | Default | Description |
---|---|---|---|---|
Filename | Input | string | Mandatory | The input filename of the stored data. Allowed extensions: [‘.gsa’, ‘.gss’, ‘.gda’, ‘.txt’] |
OutputWorkspace | Output | MatrixWorkspace | Mandatory | Workspace name to load into. |
UseBankIDasSpectrumNumber | Input | boolean | False | If true, spectrum number corresponding to each bank is to be its bank ID. |
Loads a GSS file such as that saved by SaveGSS v1.
Two types of GSAS files (.fxye) are supported
Categories: Algorithms | Diffraction\DataHandling | DataHandling\Text
C++ source: LoadGSS.cpp (last modified: 2017-06-19)
C++ header: LoadGSS.h (last modified: 2016-06-07)