Skip to content
Snippets Groups Projects
Commit e21d8f5f authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

BF: Missing import and vecreg argument

parent e64ce99a
No related branches found
No related tags found
No related merge requests found
......@@ -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. """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment