LoadSPE
From MantidProject
Contents |
Summary
Loads a file written in the spe format.
Properties
| Order | Name | Direction | Type | Default | Description |
|---|---|---|---|---|---|
| 1 | Filename | Input | file | Mandatory | The name of the SPE file to load. |
| 2 | OutputWorkspace | Output | Workspace | Mandatory | The name to use for the output workspace |
Description
Loads the file given into a Workspace2D with the given name. The file should be in the SPE format, which is described here. The workspace will have X units of Energy transfer. The other axis will be binned and have units of either Momentum transfer / Q or degrees, depending on the label in the input file. The workspace will be flagged as a distribution.
Source Code
Header LoadSPE.h
Source LoadSPE.cpp
