LoadGSS v1#

Summary#

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.

See Also#

LoadAscii, SaveGSS, LoadMultipleGSS

Properties#

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.

Description#

Loads a GSS file such as that saved by SaveGSS v1.

Two types of GSAS files (.fxye) are supported

* RALF
* SLOG

Categories: AlgorithmIndex | Diffraction\DataHandling | DataHandling\Text

Source#

C++ header: LoadGSS.h

C++ source: LoadGSS.cpp