File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
nipype/workflows/dmri/fsl Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -506,7 +506,7 @@ def ecc_pipeline(name='eddy_correct'):
506
506
return wf
507
507
508
508
509
- def sdc_fmb (name = 'fmb_correction' ,
509
+ def sdc_fmb (name = 'fmb_correction' , interp = 'Linear' ,
510
510
fugue_params = dict (smooth3d = 2.0 )):
511
511
"""
512
512
SDC stands for susceptibility distortion correction. FMB stands for
@@ -607,7 +607,7 @@ def sdc_fmb(name='fmb_correction',
607
607
fmm2b0 .inputs .winsorize_upper_quantile = 0.995
608
608
609
609
applyxfm = pe .Node (ants .ApplyTransforms (
610
- dimension = 3 , interpolation = 'BSpline' ), name = 'FMp_to_B0' )
610
+ dimension = 3 , interpolation = interp ), name = 'FMp_to_B0' )
611
611
612
612
pre_fugue = pe .Node (fsl .FUGUE (save_fmap = True ), name = 'PreliminaryFugue' )
613
613
demean = pe .Node (niu .Function (
You can’t perform that action at this time.
0 commit comments