PoissonErrors
From MantidProject
Contents |
Summary
Calculates the gaussian approxiamtion of Poisson error based on a matching workspace containing the original counts.
Properties
| Order | Name | Direction | Type | Default | Description |
|---|---|---|---|---|---|
| 1 | InputWorkspace | Input | Workspace | Mandatory | The name of the Workspace2D to take as input containing the derived values. |
| 2 | CountsWorkspace | Input | Workspace | Mandatory | The name of the workspace that contains the original counts. |
| 3 | OutputWorkspace | Output | Workspace | Mandatory | The name of the workspace to be created as the output of the algorithm. A workspace of this name will be created and stored in the Analysis Data Service. |
Description
Takes a Data workspace and an original counts workspace input and updates the error values in the data workspace to be the same fractionally as the counts workspace. The number of histograms, the binning and units of the two workspaces must match.
Source Code
Header PoissonErrors.h
Source PoissonErrors.cpp
