@@ -1478,7 +1478,7 @@ class FSSourceInputSpec(BaseInterfaceInputSpec):
1478
1478
subjects_dir = Directory (mandatory = True ,
1479
1479
desc = 'Freesurfer subjects directory.' )
1480
1480
subject_id = Str (mandatory = True ,
1481
- desc = 'Subject name for whom to retrieve data' )
1481
+ desc = 'Subject name for whom to retrieve data' )
1482
1482
hemi = traits .Enum ('both' , 'lh' , 'rh' , usedefault = True ,
1483
1483
desc = 'Selects hemisphere specific outputs' )
1484
1484
@@ -1487,8 +1487,8 @@ class FSSourceOutputSpec(TraitedSpec):
1487
1487
T1 = File (
1488
1488
exists = True , desc = 'Intensity normalized whole-head volume' , loc = 'mri' )
1489
1489
aseg = File (
1490
- exists = True , desc = 'Volumetric map of regions from automatic segmentation ' ,
1491
- loc = 'mri ' )
1490
+ exists = True , loc = 'mri ' ,
1491
+ desc = 'Volumetric map of regions from automatic segmentation ' )
1492
1492
brain = File (
1493
1493
exists = True , desc = 'Intensity normalized brain-only volume' , loc = 'mri' )
1494
1494
brainmask = File (
@@ -1507,8 +1507,8 @@ class FSSourceOutputSpec(TraitedSpec):
1507
1507
loc = 'mri' , altkey = '*ribbon' )
1508
1508
wm = File (exists = True , desc = 'Segmented white-matter volume' , loc = 'mri' )
1509
1509
wmparc = File (
1510
- exists = True , desc = 'Aparc parcellation projected into subcortical white matter ' ,
1511
- loc = 'mri ' )
1510
+ exists = True , loc = 'mri ' ,
1511
+ desc = 'Aparc parcellation projected into subcortical white matter ' )
1512
1512
curv = OutputMultiPath (File (exists = True ), desc = 'Maps of surface curvature' ,
1513
1513
loc = 'surf' )
1514
1514
avg_curv = OutputMultiPath (
0 commit comments