Skip to content

Commit ae6fd01

Browse files
author
Erik Ziegler
committed
Fix for stop argstr in MRtrix's Streamtrack interface
1 parent db81db1 commit ae6fd01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/mrtrix/tracking.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class StreamlineTrackInputSpec(CommandLineInputSpec):
9999
inputmodel = traits.Enum('DT_STREAM', 'SD_PROB', 'SD_STREAM',
100100
argstr='%s', desc='input model type', usedefault=True, position=-3)
101101

102-
stop = traits.Bool(argstr='-gzip', desc="stop track as soon as it enters any of the include regions.")
102+
stop = traits.Bool(argstr='-stop', desc="stop track as soon as it enters any of the include regions.")
103103
do_not_precompute = traits.Bool(argstr='-noprecomputed', desc="Turns off precomputation of the legendre polynomial values. Warning: this will slow down the algorithm by a factor of approximately 4.")
104104
unidirectional = traits.Bool(argstr='-unidirectional', desc="Track from the seed point in one direction only (default is to track in both directions).")
105105
no_mask_interpolation = traits.Bool(argstr='-nomaskinterp', desc="Turns off trilinear interpolation of mask images.")

0 commit comments

Comments
 (0)