\(\renewcommand\AA{\unicode{x212B}}\)
ApplyTransmissionCorrection v1¶
Summary¶
Apply a transmission correction to 2D SANS data.
See Also¶
Properties¶
Name |
Direction |
Type |
Default |
Description |
---|---|---|---|---|
InputWorkspace |
Input |
Mandatory |
Workspace to apply the transmission correction to |
|
TransmissionWorkspace |
Input |
Workspace containing the transmission values [optional] |
||
OutputWorkspace |
Output |
Mandatory |
Workspace to store the corrected data in |
|
TransmissionValue |
Input |
number |
Optional |
Transmission value to apply to all wavelengths. If specified, TransmissionWorkspace will not be used. |
TransmissionError |
Input |
number |
0 |
The error on the transmission value (default 0.0) |
ThetaDependent |
Input |
boolean |
True |
If true, a theta-dependent transmission correction will be applied. |
Description¶
The transmission can be given as a MatrixWorkspace or given directly as numbers. One or the other method must be used.
See SANS Reduction documentation for details.
Categories: AlgorithmIndex | SANS | CorrectionFunctions\TransmissionCorrections
Source¶
C++ header: ApplyTransmissionCorrection.h
C++ source: ApplyTransmissionCorrection.cpp