You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
argstr='%s', desc='input model type', usedefault=True, position=-3)
101
101
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.")
103
103
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.")
104
104
unidirectional=traits.Bool(argstr='-unidirectional', desc="Track from the seed point in one direction only (default is to track in both directions).")
105
105
no_mask_interpolation=traits.Bool(argstr='-nomaskinterp', desc="Turns off trilinear interpolation of mask images.")
0 commit comments