\(\renewcommand\AA{\unicode{x212B}}\)

LoadEXED v1

Summary

This algorithm reads Exed raw files and creates two workspaces.

One for the detectors and another for the monitor.

Properties

Name

Direction

Type

Default

Description

Filename

Input

string

Mandatory

Data file produced by egraph. Allowed values: [‘raw’]

InstrumentXML

Input

string

Instrument definition file. If no file is specified, the default idf is used. Allowed values: [‘xml’]

AngleOverride

Input

number

-255

Rotation angle (degrees) of the EXED magnet. This should be read from the data file! Only change the value if the file has an incomplete header!

OutputWorkspace

Output

MatrixWorkspace

Mandatory

Mantid workspace containing the measured data.

OutputMonitorWorkspace

Output

Workspace

Workspace containing the measured monitor spectra.

Description

This is an experimental algorithm to load data from the Exed instrument at HZB It reads raw files and creates two workspaces. One for the detectors and another for the monitor. This is a python version based of the C++ version written by Wolf-Dieter Stein. Modifications have been made by Maciej Bartkowiak and Garrett Granroth (ORNL) in 2017, in order to fully replace the C++ version of LoadEXED, load all of the available logs, and improve the treatment of the monitor spectra.

Categories: AlgorithmIndex | Inelastic | Diffraction

Source

Python: LoadEXED.py