File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
nipype/interfaces/freesurfer Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -867,7 +867,7 @@ class ReconAllInputSpec(CommandLineInputSpec):
867
867
argstr = "-FLAIR %s" ,
868
868
min_ver = "5.3.0" ,
869
869
desc = "Convert FLAIR image to orig directory" ,
870
- requires = ["subject_id" ]
870
+ requires = ["subject_id" ],
871
871
)
872
872
use_T2 = traits .Bool (
873
873
argstr = "-T2pial" ,
@@ -903,7 +903,8 @@ class ReconAllInputSpec(CommandLineInputSpec):
903
903
desc = ("For use in subjects with enlarged " "ventricles" ),
904
904
)
905
905
brainstem = traits .Bool (
906
- argstr = "-brainstem-structures" , desc = "Segment brainstem structures" ,
906
+ argstr = "-brainstem-structures" ,
907
+ desc = "Segment brainstem structures" ,
907
908
requires = ["subject_id" ],
908
909
)
909
910
hippocampal_subfields_T1 = traits .Bool (
You can’t perform that action at this time.
0 commit comments