\(\renewcommand\AA{\unicode{x212B}}\)
ConvertToPointData v1¶
Summary¶
Converts a workspace containing histogram data into one containing point data.
See Also¶
Properties¶
Name |
Direction |
Type |
Default |
Description |
---|---|---|---|---|
InputWorkspace |
Input |
Mandatory |
Name of the input workspace. |
|
OutputWorkspace |
Output |
Mandatory |
Name of the output workspace, can be the same as the input. |
Description¶
The InputWorkspace
must contain histogram data. Once executed the
OutputWorkspace
will contain point data, where the X values are simply
the centre points of the input bins.
Note that when this is applied to a RebinnedOutput
workspace created
by SofQWNormalisedPolygon v1 the bin fractions information is
discarded (set to 1
) even if the workspace is subsequently converted
back to a histogram. This means that error propagation after conversion
may not be correct.
Categories: AlgorithmIndex | Transforms\Axes
Source¶
C++ header: ConvertToPointData.h
C++ source: ConvertToPointData.cpp