\(\renewcommand\AA{\unicode{x212B}}\)
Table of Contents
Name | Direction | Type | Default | Description |
---|---|---|---|---|
Run | Input | number | 0 | Run number to load |
GroupWorkspace | Output | WorkspaceGroup | Mandatory | Output group workspace for run |
Directory | Output | string | provides the directory where the run files were acquired |
The LoadElementalAnalysisData algorithm loads data from .dat files for the run chosen into a single WorkspaceGroup containing a Workspace for each Detector identified. Each Workspace contains the identified spectra results. The name of the WorkspaceGroup depends on the setting of GroupWorkspace. The path of the directory where the .dat files are located is provided as an output property.
The algorithm searches the Data Search Directories for .dat files for the run specified. File names must be in the format ‘ral[run number].rooth[detector number, spectra number].dat’. A run number and name for the GroupWorkspace must be provided. The algorithm will stop searching once it has found the directory containing the .dat files that match the search criteria.
Categories: AlgorithmIndex | DataHandling
Python: LoadElementalAnalysisData.py (last modified: 2021-03-01)