Table of Contents
Name | Direction | Type | Default | Description |
---|---|---|---|---|
WorkspaceToCorrect | Input | MatrixWorkspace | Mandatory | Name of the input workspace |
Filename | Input | string | Mandatory | The file containing the correction factors |
FirstColumnValue | Input | string | Wavelength | The units of the first column of the correction file (default wavelength). Allowed values: [‘Degrees’, ‘DeltaE’, ‘DeltaE_inWavenumber’, ‘dSpacing’, ‘Empty’, ‘Energy’, ‘Energy_inWavenumber’, ‘Label’, ‘Momentum’, ‘MomentumTransfer’, ‘QSquared’, ‘SpinEchoLength’, ‘SpinEchoTime’, ‘Time’, ‘TOF’, ‘Wavelength’, ‘SpectrumNumber’] |
WorkspaceOperation | Input | string | Divide | Allowed values: Divide, Multiply (default is divide). Allowed values: [‘Divide’, ‘Multiply’] |
OutputWorkspace | Output | MatrixWorkspace | Mandatory | Name of the output workspace to store the results in |
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.
Allowed correction files may contain one spectrum with many bins or many spectra each with one bin. If the are many bins then the FirstColumnValue must match the units of the (X-values on the) workspace on the InputWorkspace. When there are many spectra (e.g. flood correction files) FirstColumnValue must be set to “SpectrumNumber” and the number of spectra in the file and workspace must match.
Categories: Algorithms | SANS | CorrectionFunctions