Skip to content

Commit e2718e9

Browse files
committed
Polished code
Removed some useless functions and improved susceptibility pipeline
1 parent f5c1be6 commit e2718e9

File tree

1 file changed

+0
-1
lines changed
  • nipype/workflows/dmri/fsl

1 file changed

+0
-1
lines changed

nipype/workflows/dmri/fsl/dti.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,6 @@ def create_epi_correct_pipeline(name="epi_correct", register_to_ref=False ):
339339
# Select reference volume from EPI (B0 in dMRI and a middle frame in fMRI)
340340
select_epi = pe.Node( interface=fsl.utils.ExtractROI(t_size=1), name="select_epi" )
341341

342-
343342
# fugue -i %s -w %s --loadshift=%s --mask=%s % ( mag_name, magfw_name, vsmmag_name, mask_name ), log ) # Forward Map
344343
vsm_fwd = pe.Node( interface=fsl.FUGUE(save_warped=True), name="vsm_fwd")
345344
vsm_reg = pe.Node( interface=fsl.FLIRT( bins=256, cost='corratio', dof=6, interp='trilinear', searchr_x=[-10,10], searchr_y=[-10,10], searchr_z=[-10,10] ), name="vsm_registration" )

0 commit comments

Comments
 (0)