ChangeBinOffset
From MantidProject
Contents |
Summary
Adjusts all the time bin values in a workspace by a specified amount.
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. |
| 3 | Offset | Input | Double | 0.0 | The amount to change each time bin by. |
Description
This algorithm can be used to change the time bins of a workspace by a specified amount (defined above as the Offset). A possible use of this algorithm is to correct time bins that have been recorded incorrectly.
The output workspace will be an exact copy of the input workspace except for the changed time bins.
Source Code
Header ChangeBinOffset.h
Source ChangeBinOffset.cpp
