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

niworkflows.interfaces.nitransforms module

Wrappers of NiTransforms.

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

Bases: nipype.interfaces.base.core.SimpleInterface

Write a single, flattened transform file.

input_spec

alias of niworkflows.interfaces.nitransforms._ConcatenateXFMsInputSpec

output_spec

alias of niworkflows.interfaces.nitransforms._ConcatenateXFMsOutputSpec

niworkflows.interfaces.nitransforms.concatenate_xfms(in_files, out_file, out_inv=None, reference=None, moving=None, fmt='itk')[source]

Concatenate linear transforms.