NormaliseByCurrent
From MantidProject
Contents |
Summary
Normalises a workspace by the proton charge.
Properties
| Order | Name | Direction | Type | Default | Description |
|---|---|---|---|---|---|
| 1 | InputWorkspace | Input | Workspace | Mandatory | The name of the input workspace. |
| 2 | OutputWorkspace | Output | Workspace | Mandatory | The name of the output workspace. |
Description
Normalises a workspace according to the good proton charge figure taken from the RAW file, which is stored in the workspace's Sample object). Every data point (and its error) is divided by that number.
Note that units are not fully dealt with at the moment - the output will have identical units to the input workspace (i.e. will not reflect that fact that it should show "/ uA.hour").
Source Code
Header NormaliseByCurrent.h
Source NormaliseByCurrent.cpp
