ConvertToHistogram v1#

Summary#

Converts a workspace containing point data into one containing histograms.

See Also#

ConvertToPointData

Properties#

Name

Direction

Type

Default

Description

InputWorkspace

Input

MatrixWorkspace

Mandatory

Name of the input workspace.

OutputWorkspace

Output

MatrixWorkspace

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