Table of Contents
Name | Direction | Type | Default | Description |
---|---|---|---|---|
InputWorkspace | Input | MatrixWorkspace | Mandatory | |
Filename | Input | string | Mandatory | The name of the input event Nexus file to load as dark current. Allowed extensions: [‘_event.nxs’] |
OutputWorkspace | Output | MatrixWorkspace | Mandatory | |
PersistentCorrection | Input | boolean | True | If true, the algorithm will be persistent and re-used when other data sets are processed |
ReductionProperties | Input | string | __sans_reduction_properties | |
OutputDarkCurrentWorkspace | Output | MatrixWorkspace | ||
OutputMessage | Output | string |
Subtract the dark current from an EQSANS data set. This algorithm is rarely called directly. It is called by SANSReduction.
This workflow algorithm will:
The dark current is subtracted pixel by pixel by normalizing the dark current data by counting time, as follows:
where the T-values are the counting times for the data set and the dark current (dc).
The example above uses the counting time for normalization. If the proton charge is available, the normalization will be done using the proton charge instead.
Categories: Algorithms | Workflow\SANS\UsesPropertyManager
C++ source: EQSANSDarkCurrentSubtraction.cpp (last modified: 2016-12-11)
C++ header: EQSANSDarkCurrentSubtraction.h (last modified: 2016-06-07)