fsl.wrappers.fnirt

This module provides wrapper functions for the FSL FNIRT tool, used for performing non-linear registration of 3D images.

fnirt Wrapper for the fnirt command.
applywarp Wrapper for the applywarp command.
invwarp Wrapper for the invwarp command.
convertwarp Wrapper for the convertwarp command.
fsl.wrappers.fnirt.fnirt(src, **kwargs)[source]

Wrapper for the fnirt command.

fsl.wrappers.fnirt.applywarp(src, ref, out, **kwargs)[source]

Wrapper for the applywarp command.

fsl.wrappers.fnirt.invwarp(warp, ref, out, **kwargs)[source]

Wrapper for the invwarp command.

fsl.wrappers.fnirt.convertwarp(out, ref, **kwargs)[source]

Wrapper for the convertwarp command.