Skip to content

Commit cee96ff

Browse files
committed
Fixed param in ConvertWarp that differs from website
1 parent 774383d commit cee96ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/fsl/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1616,7 +1616,7 @@ class ConvertWarpInputSpec(FSLCommandInputSpec):
16161616
'subjects functional (EPI) data onto an undistorted space (i.e. a space '
16171617
'that corresponds to his/her true anatomy).'))
16181618

1619-
shift_direction = traits.Enum('-y','y','x','-x','z','-z',
1619+
shift_direction = traits.Enum('y-','y','x','x-','z','z-',
16201620
argstr="--shiftdir=%s", requires=['shift_in_file'],
16211621
desc=('Indicates the direction that the distortions from '
16221622
'--shiftmap goes. It depends on the direction and '

0 commit comments

Comments
 (0)