Table of Contents
Name | Direction | Type | Default | Description |
---|---|---|---|---|
InputWorkspace | Input | MatrixWorkspace | Mandatory | Workspace to output masking to XML file |
OutputFile | Input | string | Mandatory | File to save the detectors mask in XML format. Allowed extensions: [‘.xml’] |
This algorithm is used to save the masking from a workspace to an XML file. This algorithm has previously been renamed from SaveDetectorMasks.
There are two types of mask workspace that can serve as input.
In this case, SaveMask v1 will read Y values to determine which detectors are masked;
In this case, SaveMask v1 will scan through all detectors to determine which are masked.
If a pixel is masked, it means that the data from this pixel won’t be used. In the masking workspace (i.e., SpecialWorkspace2D), the corresponding value is 1.
If a pixel is NOT masked, it means that the data from this pixel will be used. `` In the masking workspace (i.e., SpecialWorkspace2D), the corresponding value is 0.
Example 1:
<?xml version="1.0" encoding="UTF-8" ?>
<detector-masking>
<group>
<detids>3,34-44,47</detids>
<component>bank123</component>
<component>bank124</component>
</group>
</detector-masking>
Categories: Algorithms | DataHandling\Masking | Transforms\Masking
C++ source: SaveMask.cpp (last modified: 2017-02-03)
C++ header: SaveMask.h (last modified: 2016-06-17)