Warning: This document is for an old version of niworkflows. The main version is master.

niworkflows.interfaces.nilearn module

Utilities based on nilearn.

class niworkflows.interfaces.nilearn.ComputeEPIMask(generate_report=False, **kwargs)[source]

Bases: niworkflows.interfaces.reportlets.base.SegmentationRC

input_spec

alias of niworkflows.interfaces.nilearn._ComputeEPIMaskInputSpec

output_spec

alias of niworkflows.interfaces.nilearn._ComputeEPIMaskOutputSpec

class niworkflows.interfaces.nilearn.MaskEPI(from_file=None, resource_monitor=None, **inputs)[source]

Bases: nipype.interfaces.base.core.SimpleInterface

Run Nilearn’s compute_epi_mask.

input_spec

alias of niworkflows.interfaces.nilearn._MaskEPIInputSpec

output_spec

alias of niworkflows.interfaces.nilearn._MaskEPIOutputSpec

class niworkflows.interfaces.nilearn.Merge(from_file=None, resource_monitor=None, **inputs)[source]

Bases: nipype.interfaces.base.core.SimpleInterface

Run Nilearn’s concat_imgs.

input_spec

alias of niworkflows.interfaces.nilearn._MergeInputSpec

output_spec

alias of niworkflows.interfaces.nilearn._MergeOutputSpec