Table of Contents
Name | Direction | Type | Default | Description |
---|---|---|---|---|
Filename | Input | string | Mandatory | The name (including its full or relative path) of the Nexus file to attempt to load. The file extension must either be .nxs or .NXS. Allowed extensions: [‘.nxs’] |
OutputWorkspace | Output | Workspace | Mandatory | Name of the output MDEventWorkspace. |
This algorithm is used in the Paraview event nexus loader to both load an event nexus file and convert it into a MDEventWorkspace for use in visualization.
The LoadEventNexus v1 algorithm is called with default parameters to load into an EventWorkspace.
After, that, ConvertToDiffractionMDWorkspace v2 algorithm is called with the new EventWorkspace as input. The parameters are set to convert to Q in the lab frame, with Lorentz correction, and default size/splitting behavior parameters.
Used internaly. See examples of LoadEventNexus v1 and ConvertToDiffractionMDWorkspace v2 algorithms for the details of the usage of these algorithms
Categories: Algorithms | MDAlgorithms\Creation