@@ -477,32 +477,32 @@ class FLIRTInputSpec(FSLCommandInputSpec):
477
477
478
478
# BBR options
479
479
wm_seg = File (
480
- argstr = '-wmseg %s' ,
480
+ argstr = '-wmseg %s' , min_ver = '5.0.0' ,
481
481
desc = 'white matter segmentation volume needed by BBR cost function' )
482
482
wmcoords = File (
483
- argstr = '-wmcoords %s' ,
483
+ argstr = '-wmcoords %s' , min_ver = '5.0.0' ,
484
484
desc = 'white matter boundary coordinates for BBR cost function' )
485
485
wmnorms = File (
486
- argstr = '-wmnorms %s' ,
486
+ argstr = '-wmnorms %s' , min_ver = '5.0.0' ,
487
487
desc = 'white matter boundary normals for BBR cost function' )
488
488
fieldmap = File (
489
- argstr = '-fieldmap %s' ,
489
+ argstr = '-fieldmap %s' , min_ver = '5.0.0' ,
490
490
desc = 'fieldmap image in rads/s - must be already registered to the reference image' )
491
491
fieldmapmask = File (
492
- argstr = '-fieldmapmask %s' ,
492
+ argstr = '-fieldmapmask %s' , min_ver = '5.0.0' ,
493
493
desc = 'mask for fieldmap image' )
494
494
pedir = traits .Int (
495
- argstr = '-pedir %d' ,
495
+ argstr = '-pedir %d' , min_ver = '5.0.0' ,
496
496
desc = 'phase encode direction of EPI - 1/2/3=x/y/z & -1/-2/-3=-x/-y/-z' )
497
497
echospacing = traits .Float (
498
- argstr = '-echospacing %f' ,
498
+ argstr = '-echospacing %f' , min_ver = '5.0.0' ,
499
499
desc = 'value of EPI echo spacing - units of seconds' )
500
500
bbrtype = traits .Enum (
501
501
'signed' , 'global_abs' , 'local_abs' ,
502
- argstr = '-bbrtype %s' ,
502
+ argstr = '-bbrtype %s' , min_ver = '5.0.0' ,
503
503
desc = 'type of bbr cost function: signed [default], global_abs, local_abs' )
504
504
bbrslope = traits .Float (
505
- argstr = '-bbrslope %f' ,
505
+ argstr = '-bbrslope %f' , min_ver = '5.0.0' ,
506
506
desc = 'value of bbr slope' )
507
507
508
508
0 commit comments