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.
IntraModalMerge
1 parent 730e10c commit 361cd67Copy full SHA for 361cd67
sdcflows/workflows/gre.py
@@ -65,8 +65,7 @@ def init_magnitude_wf(omp_nthreads, name='magnitude_wf'):
65
name='outputnode')
66
67
# Merge input magnitude images
68
- magmrg = pe.Node(IntraModalMerge(hmc=False, grand_mean_scaling=True),
69
- name='magmrg')
+ magmrg = pe.Node(IntraModalMerge(hmc=False), name='magmrg')
70
71
# de-gradient the fields ("bias/illumination artifact")
72
n4_correct = pe.Node(ants.N4BiasFieldCorrection(dimension=3, copy_header=True),
0 commit comments