LoadRKH
From MantidProject
Contents |
Summary
Load a file written in the RKH format
Properties
| Order | Name | Direction | Type | Default | Description |
|---|---|---|---|---|---|
| 1 | Filename | Input | file | Mandatory | The name of the RKH file to load |
| 2 | OutputWorkspace | Output | workspace | Mandatory | The name to use for the output workspace |
| 3 | FirstColumnValue | Input | string | Wavelength | The units of the first column in the RKH file |
Description
Loads the given file, which should be in the three column format specified by LOQ group. The first column value can any one of the units declared here or the option SpectrumNumber. If the first column is a unit value then a simple 1D workspace is created with the appropriate values. The 'SpectrumNumber' option declares that the file contains spectrum data where the first column is the spectrum id.
Source Code
Header LoadRKH.h
Source LoadRKH.cpp
