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

niworkflows.interfaces.itk module

ITK files handling.

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

Bases: nipype.interfaces.base.core.SimpleInterface

Convert a list of MAT files from MCFLIRT into an ITK Transform file.

input_spec

alias of niworkflows.interfaces.itk._MCFLIRT2ITKInputSpec

output_spec

alias of niworkflows.interfaces.itk._MCFLIRT2ITKOutputSpec

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

Bases: nipype.interfaces.base.core.SimpleInterface

Apply the corresponding list of input transforms.

input_spec

alias of niworkflows.interfaces.itk._MultiApplyTransformsInputSpec

output_spec

alias of niworkflows.interfaces.itk._MultiApplyTransformsOutputSpec