Skip to content

Commit

Permalink
fix: do not use experimental feature of IntraModalMerge (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed Dec 18, 2019
1 parent 730e10c commit 361cd67
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sdcflows/workflows/gre.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ def init_magnitude_wf(omp_nthreads, name='magnitude_wf'):
name='outputnode')

# Merge input magnitude images
magmrg = pe.Node(IntraModalMerge(hmc=False, grand_mean_scaling=True),
name='magmrg')
magmrg = pe.Node(IntraModalMerge(hmc=False), name='magmrg')

# de-gradient the fields ("bias/illumination artifact")
n4_correct = pe.Node(ants.N4BiasFieldCorrection(dimension=3, copy_header=True),
Expand Down

0 comments on commit 361cd67

Please sign in to comment.