\(\renewcommand\AA{\unicode{x212B}}\)
LoadPreNexus v1¶
Summary¶
Load a collection of PreNexus files.
See Also¶
Properties¶
| 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 | Mandatory | An output workspace. | 
Description¶
Workflow algorithm to load all of the preNeXus files.
Categories: AlgorithmIndex | DataHandling\PreNexus | Workflow\DataHandling
Source¶
C++ header: LoadPreNexus.h
C++ source: LoadPreNexus.cpp