CorrectToFile
From MantidProject
Contents |
Summary
Correct data using a file in the LOQ RKH format
Properties
| Order | Name | Direction | Type | Default | Description |
|---|---|---|---|---|---|
| 1 | WorkspaceToCorrect | Input | Workspace | Mandatory | The name of the input workspace. |
| 2 | Filename | Input | file | Mandatory | The file containing the correction factors |
| 3 | FirstColumnValue | Input | string | Wavelength | The unit of the first column of the correction file |
| 4 | WorkspaceOperation | Input | string | Divide | Allowed values: Divide, Multiply |
| 5 | OutputWorkspace | Output | Workspace | Mandatory | The name of the output workspace to store the results in |
Description
Use data from the supplied file, written in the RKH format, to correct the input data. The operations allowed for the correction are Multiply and Divide and if the FirstColumnValue is a unit from the Unit Factory then it must match the workspace on the InputWorkspace.
Source Code
Header CorrectToFile.h
Source CorrectToFile.cpp
