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 @@ -599,8 +599,9 @@ class EddyInputSpec(FSLCommandInputSpec):
599
599
in_topup_movpar = File (
600
600
exists = True ,
601
601
requires = ['in_topup_fieldcoef' ],
602
- desc = 'Topup results file containing the movement parameters' )
602
+ desc = 'Topup results file containing the movement parameters (movpar.txt) ' )
603
603
field = File (
604
+ exists = True ,
604
605
argstr = '--field=%s' ,
605
606
desc = ('Non-topup derived fieldmap scaled in Hz' ))
606
607
field_mat = File (
@@ -710,15 +711,15 @@ class EddyInputSpec(FSLCommandInputSpec):
710
711
desc = 'Consider outliers among sums-of-squared differences if set' ,
711
712
requires = ['repol' ],
712
713
min_ver = '5.0.10' )
713
- mb = traits .Int (
714
+ multiband_factor = traits .Int (
714
715
argstr = '--mb=%s' ,
715
716
desc = 'Multi-band factor' ,
716
717
min_ver = '5.0.10' )
717
- mb_offs = traits .Enum (
718
+ multiband_offset = traits .Enum (
718
719
0 ,
719
720
1 ,
720
721
- 1 ,
721
- argstr = '--mb_offs=%s ' ,
722
+ argstr = '--mb_offs=%d ' ,
722
723
desc = ('Multi-band offset (-1 if bottom slice removed, 1 if '
723
724
'top slice removed' ),
724
725
requires = ['mb' ],
@@ -729,7 +730,7 @@ class EddyInputSpec(FSLCommandInputSpec):
729
730
desc = 'Order of slice-to-vol movement model' ,
730
731
requires = ['use_cuda' ],
731
732
min_ver = '5.0.11' )
732
- s2v_niter = traits .Int (
733
+ slice2vol_iterations = traits .Int (
733
734
argstr = '--s2v_niter=%s' ,
734
735
desc = 'Number of iterations for slice-to-vol' ,
735
736
requires = ['mporder' ],
You can’t perform that action at this time.
0 commit comments