NIPY logo

Table Of Contents

Previous topic

nipype.interfaces.nipy.model

Next topic

nipype.interfaces.nitime.analysis

This Page

nipype.interfaces.nipy.preprocess

ComputeMask

Inputs:

[Mandatory]
mean_volume : (an existing file name)
        mean EPI image, used to compute the threshold for the mask

[Optional]
M : (a float)
        upper fraction of the histogram to be discarded
cc : (a boolean)
        if True, only the largest connect component is kept
ignore_exception : (a boolean)
        Print an error message instead of throwing an exception in case the interface fails to run
m : (a float)
        lower fraction of the histogram to be discarded
reference_volume : (an existing file name)
        reference volume used to compute the mask. If none is give, the         mean volume is used.

Outputs:

brain_mask : (an existing file name)
        Unknown