\(\renewcommand\AA{\unicode{x212B}}\)
ConvertToHistogram v1¶
Summary¶
Converts a workspace containing point data into one containing histograms.
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 point data.
Once executed, the OutputWorkspace will contain histogram data where the
bin width is guessed from the spacing between the input X points.
Categories: AlgorithmIndex | Transforms\Axes
Source¶
C++ header: ConvertToHistogram.h
C++ source: ConvertToHistogram.cpp