Table of Contents
This algorithm creates a workspace which is the duplicate of the input, but where the error value for every bin has been set to zero.
Name | Direction | Type | Default | Description |
---|---|---|---|---|
InputWorkspace | Input | MatrixWorkspace | Mandatory | |
OutputWorkspace | Output | MatrixWorkspace | Mandatory | |
SetError | Input | string | zero | How to reset the uncertainties. Allowed values: [‘zero’, ‘sqrt’] |
The uncertainties for the entire workspace will be recalculated according to the SetError property.
Categories: Algorithms | Arithmetic\Errors