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 4dbf8a3 commit 53f66f0Copy full SHA for 53f66f0
dmriprep/workflows/dwi/eddy.py
@@ -118,7 +118,7 @@ def init_eddy_wf(debug=False, name="eddy_wf"):
118
eddy.inputs.niter = 1
119
eddy.inputs.is_shelled = True
120
eddy.inputs.dont_peas = True
121
- eddy.inputs.nvoxhp = 10
+ eddy.inputs.nvoxhp = 100
122
123
# Generate the acqp and index files for eddy
124
gen_eddy_files = pe.Node(
0 commit comments