Skip to content

Commit f1e26c9

Browse files
committed
add nosearch to FLIRT in hmc
1 parent a166a76 commit f1e26c9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

nipype/workflows/dmri/fsl/artifacts.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -345,9 +345,7 @@ def hmc_pipeline(name='motion_correct'):
345345
"""
346346
from nipype.workflows.data import get_flirt_schedule
347347

348-
params = dict(dof=6, bgvalue=0, save_log=True,
349-
searchr_x=[-3, 3], searchr_y=[-3, 3], searchr_z=[-3, 3],
350-
fine_search=1, coarse_search=2,
348+
params = dict(dof=6, bgvalue=0, save_log=True, nosearch=True,
351349
#cost='mutualinfo', cost_func='mutualinfo', bins=64,
352350
schedule=get_flirt_schedule('hmc'))
353351

0 commit comments

Comments
 (0)