File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -565,8 +565,9 @@ class EddyInputSpec(FSLCommandInputSpec):
565
565
in_topup_movpar = File (
566
566
exists = True ,
567
567
requires = ['in_topup_fieldcoef' ],
568
- desc = 'Topup results file containing the movement parameters' )
568
+ desc = 'Topup results file containing the movement parameters (movpar.txt) ' )
569
569
field = File (
570
+ exists = True ,
570
571
argstr = '--field=%s' ,
571
572
desc = ('Non-topup derived fieldmap scaled in Hz' ))
572
573
field_mat = File (
@@ -676,15 +677,15 @@ class EddyInputSpec(FSLCommandInputSpec):
676
677
desc = 'Consider outliers among sums-of-squared differences if set' ,
677
678
requires = ['repol' ],
678
679
min_ver = '5.0.10' )
679
- mb = traits .Int (
680
+ multiband_factor = traits .Int (
680
681
argstr = '--mb=%s' ,
681
682
desc = 'Multi-band factor' ,
682
683
min_ver = '5.0.10' )
683
- mb_offs = traits .Enum (
684
+ multiband_offset = traits .Enum (
684
685
0 ,
685
686
1 ,
686
687
- 1 ,
687
- argstr = '--mb_offs=%s ' ,
688
+ argstr = '--mb_offs=%d ' ,
688
689
desc = ('Multi-band offset (-1 if bottom slice removed, 1 if '
689
690
'top slice removed' ),
690
691
requires = ['mb' ],
@@ -695,7 +696,7 @@ class EddyInputSpec(FSLCommandInputSpec):
695
696
desc = 'Order of slice-to-vol movement model' ,
696
697
requires = ['use_cuda' ],
697
698
min_ver = '5.0.11' )
698
- s2v_niter = traits .Int (
699
+ slice2vol_iterations = traits .Int (
699
700
argstr = '--s2v_niter=%s' ,
700
701
desc = 'Number of iterations for slice-to-vol' ,
701
702
requires = ['mporder' ],
You can’t perform that action at this time.
0 commit comments