We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa34523 commit b76c0e5Copy full SHA for b76c0e5
nipype/workflows/dmri/preprocess/epi.py
@@ -299,7 +299,7 @@ def hmc_pipeline(name='motion_correct'):
299
outputnode.out_xfms - list of transformation matrices
300
301
"""
302
- params = dict(dof=6, padding_size=10, save_log=True,
+ params = dict(dof=6, bgvalue=0, save_log=True,
303
searchr_x=[-3, 3], searchr_y=[-3, 3], searchr_z=[-3, 3],
304
fine_search=1, coarse_search=2,
305
cost='mutualinfo', cost_func='mutualinfo', bins=64)
@@ -401,7 +401,7 @@ def ecc_pipeline(name='eddy_correct'):
401
outputnode.out_file - corrected dwi file
402
403
404
- params = dict(dof=12, no_search=True, interp='spline', padding_size=1, save_log=True)
+ params = dict(dof=12, no_search=True, interp='spline', bgvalue=0, save_log=True)
405
# cost='normmi', cost_func='normmi', bins=64,
406
407
inputnode = pe.Node(niu.IdentityInterface(fields=['in_file', 'in_bval',
0 commit comments