Skip to content

ApplyMask

swiftjamesr edited this page Jan 21, 2025 · 3 revisions

The ApplyMask Component multiplies a binary mask with another image to create a masked volume. Often combined with the BuildSkullMask component.

Inputs and Outputs

  • Inputs: Input Volume, Mask Volume

  • Outputs: Masked Volume

Settings

InputIdentifier

Default: CT

MaskIdentifier

Binary Volume Mask Default: Skullmask

OutputIdentifier

An identifier for the output volume after masking Default: CT

XML Example

This example masks the CT using a volume called Skullmask and creates an output called MaskedCT.

<Component Type="ApplyMask">
    <Name>"Mask CT"</Name>
    <InputIdentifier>"CT"</InputIdentifier>
    <MaskIdentifier>"Skullmask"</MaskIdentifier>
    <OutputIdentifier>"MaskedCT"</OutputIdentifier>
</Component>

Overview

Components

Native

ANT

BIDS

Freesurfer

MRI_reface

NeuralAct

PaCER

ReportGenerator

SPM12

TalairachDemon

THOMAS

Views

Data Types

Clone this wiki locally