File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -1571,15 +1571,11 @@ class RandomiseInputSpec(FSLCommandInputSpec):
1571
1571
f_cm_thresh = traits .Float (
1572
1572
argstr = '-S %.2f' , desc = 'carry out f cluster-mass thresholding' )
1573
1573
tfce_H = traits .Float (
1574
- argstr = '--tfce_H %.2f' , desc = 'TFCE height parameter (default=2)' )
1574
+ argstr = '--tfce_H= %.2f' , desc = 'TFCE height parameter (default=2)' )
1575
1575
tfce_E = traits .Float (
1576
- argstr = '--tfce_E %.2f' , desc = 'TFCE extent parameter (default=0.5)' )
1576
+ argstr = '--tfce_E= %.2f' , desc = 'TFCE extent parameter (default=0.5)' )
1577
1577
tfce_C = traits .Float (
1578
- argstr = '--tfce_C %.2f' , desc = 'TFCE connectivity (6 or 26; default=6)' )
1579
- vxl = traits .List (traits .Int , argstr = '--vxl %d' , desc = 'list of numbers indicating voxelwise EVs' +
1580
- 'position in the design matrix (list order corresponds to files in vxf option)' )
1581
- vxf = traits .List (traits .Int , argstr = '--vxf %d' , desc = 'list of 4D images containing voxelwise EVs' +
1582
- '(list order corresponds to numbers in vxl option)' )
1578
+ argstr = '--tfce_C=%.2f' , desc = 'TFCE connectivity (6 or 26; default=6)' )
1583
1579
1584
1580
1585
1581
class RandomiseOutputSpec (TraitedSpec ):
You can’t perform that action at this time.
0 commit comments