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 03d02e1 commit fc4009bCopy full SHA for fc4009b
sdcflows/workflows/gre.py
@@ -65,7 +65,8 @@ 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), name='magmrg')
+ # Do not reorient to RAS to preserve the validity of PhaseEncodingDirection
69
+ magmrg = pe.Node(IntraModalMerge(hmc=False, to_ras=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