Table of Contents
Name | Direction | Type | Default | Description |
---|---|---|---|---|
InputWorkspace | Input | MatrixWorkspace | Mandatory | An input workspace to mask and group. |
MaskWorkspace | Input | MatrixWorkspace | A workspace containing masking information. | |
GroupingWorkspace | Input | MatrixWorkspace | A workspace containing grouping information | |
OldGroupingFile | Input | string | Name of an old grouping format (not XML) file. | |
ExecuteOppositeOrder | Input | boolean | False | Execute grouping before masking. |
OutputWorkspace | Output | MatrixWorkspace | Mandatory | The resulting workspace. |
This algorithm is responsible for masking and grouping the given input workspace. One can use the ExecuteOppositeOrder to do grouping first then masking.
Warning
This algorithm is not really intented for use at the command line, but is used within DgsReduction.
Categories: Algorithms | Workflow\Inelastic