LoadEXED v1

../_images/LoadEXED-v1_dlg.png

LoadEXED dialog.

Table of Contents

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’]
OutputWorkspace Output MatrixWorkspace Mandatory Mantid workspace containing the measured data.

Description

This is an experimental algorithm to load data from the Exed instrument at HZB It reads raw files and creates to 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: Algorithms | Inelastic | Diffraction | PythonAlgorithms