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 553a47d commit bc8358aCopy full SHA for bc8358a
nipype/workflows/fmri/fsl/preprocess.py
@@ -1179,7 +1179,6 @@ def create_reg_workflow(name='registration'):
1179
anat2target_nonlinear.inputs.fieldcoeff_file=True
1180
register.connect(anat2target_affine, 'out_matrix_file',
1181
anat2target_nonlinear, 'affine_file')
1182
- anat2target_nonlinear.inputs.warp_resolution = (8, 8, 8)
1183
register.connect(inputnode, 'anatomical_image',
1184
anat2target_nonlinear, 'in_file')
1185
register.connect(inputnode, 'config_file',
0 commit comments