LoadNXSPE v1

../_images/LoadNXSPE-v1_dlg.png

LoadNXSPE dialog.

Summary

Algorithm to load an NXSPE file into a workspace2D.

Properties

Name Direction Type Default Description
Filename Input string Mandatory An NXSPE file. Allowed values: [‘.nxspe’, ‘’]
OutputWorkspace Output MatrixWorkspace Mandatory The name of the workspace that will be created.

Description

Algorithm to load an NXSPE file into a workspace2D. It will create a new instrument, that can be overwritten later by the LoadInstrument algorithm.

NOTE: The final energy of indirect geometry data is not saved to this file. For indirect data, we recommend to save the data in NXS format instead.

NOTE: In the current implementation, the rendering of the NXSPE instrument is VERY memory intensive.

Usage

See SaveNXSPE v1 usage examples where Save and Load NXSPE operations are tested together.

Categories: Algorithms | DataHandling\Nexus | DataHandling\SPE | Inelastic\DataHandling

Source

C++ source: LoadNXSPE.cpp

C++ header: LoadNXSPE.h