diff --git a/fsl/wrappers/fdt.py b/fsl/wrappers/fdt.py index d89bdca4d6bc8c27ffff8a5111b406f906bde4de..586142a552150134cb66b0c7142368f082840326 100644 --- a/fsl/wrappers/fdt.py +++ b/fsl/wrappers/fdt.py @@ -7,12 +7,13 @@ """This module contains wrapper functions for various FDT commands. """ +import fsl.utils.assertions as asrt import fsl.wrappers.wrapperutils as wutils @wutils.fileOrImage('input', 'output', 'ref', 'warpfield', 'rotwarp', 'mask', 'refmask') -@wutils.fileOrArray('premat', 'postmat', 'rotmat') +@wutils.fileOrArray('affine', 'premat', 'postmat', 'rotmat') @wutils.fslwrapper def vecreg(input, output, ref, **kwargs): """Wrapper for the ``vecreg`` command. """