Table of Contents
Name | Direction | Type | Default | Description |
---|---|---|---|---|
Filename | Input | string | Mandatory | The name of the runinfo file to read, including its full or relative path. Allowed extensions: [‘_runinfo.xml’] |
MappingFilename | Input | string | File containing the pixel mapping (DAS pixels to pixel IDs) file (typically INSTRUMENT_TS_YYYY_MM_DD.dat). The filename will be found automatically if not specified. Allowed extensions: [‘.dat’] | |
ChunkNumber | Input | number | Optional | If loading the file by sections (‘chunks’), this is the section number of this execution of the algorithm. |
TotalChunks | Input | number | Optional | If loading the file by sections (‘chunks’), this is the total number of sections. |
UseParallelProcessing | Input | string | Auto | Use multiple cores for loading the data? Auto: Use serial loading for small data sets, parallel for large data sets. Serial: Use a single core. Parallel: Use all available cores. Allowed values: [‘Auto’, ‘Serial’, ‘Parallel’] |
LoadMonitors | Input | boolean | True | Load the monitors from the file. |
OutputWorkspace | Output | MatrixWorkspace | Mandatory | An output workspace. |
Workflow algorithm to load all of the preNeXus files.
Categories: Algorithms | DataHandling\PreNexus | Workflow\DataHandling
C++ source: LoadPreNexus.cpp (last modified: 2016-10-04)
C++ header: LoadPreNexus.h (last modified: 2016-06-17)