@@ -1502,11 +1502,11 @@ class NormalizeInputSpec(FSTraitedSpec):
15021502 # optional
15031503 gradient = traits .Int (1 , argstr = "-g %d" , usedefault = False ,
15041504 desc = "use max intensity/mm gradient g (default=1)" )
1505- mask = File (argstr = "-mask %s" , mandatory = False , exists = True ,
1505+ mask = File (argstr = "-mask %s" , exists = True ,
15061506 desc = "The input mask file for Normalize" )
1507- segmentation = File (argstr = "-aseg %s" , mandatory = False ,
1507+ segmentation = File (argstr = "-aseg %s" ,
15081508 exists = True , desc = "The input segmentation for Normalize" )
1509- transform = File (exists = True , mandatory = False ,
1509+ transform = File (exists = True ,
15101510 desc = "Tranform file from the header of the input file" )
15111511
15121512
@@ -1551,9 +1551,9 @@ class CANormalizeInputSpec(FSTraitedSpec):
15511551 transform = File (argstr = '%s' , exists = True , mandatory = True ,
15521552 position = - 2 , desc = "The tranform file in lta format" )
15531553 # optional
1554- mask = File (argstr = '-mask %s' , exists = True , mandatory = False ,
1554+ mask = File (argstr = '-mask %s' , exists = True ,
15551555 desc = "Specifies volume to use as mask" )
1556- control_points = File (argstr = '-c %s' , mandatory = False ,
1556+ control_points = File (argstr = '-c %s' ,
15571557 desc = "File name for the output control points" )
15581558 long_file = File (argstr = '-long %s' ,
15591559 desc = 'undocumented flag used in longitudinal processing' )
@@ -1596,20 +1596,20 @@ class CARegisterInputSpec(FSTraitedSpecOpenMP):
15961596 #required
15971597 in_file = File (argstr = '%s' , exists = True , mandatory = True ,
15981598 position = - 3 , desc = "The input volume for CARegister" )
1599- out_file = File (argstr = '%s' , mandatory = False , position = - 1 ,
1599+ out_file = File (argstr = '%s' , position = - 1 ,
16001600 genfile = True , desc = "The output volume for CARegister" )
1601- template = File (argstr = '%s' , exists = True , mandatory = False ,
1601+ template = File (argstr = '%s' , exists = True ,
16021602 position = - 2 , desc = "The template file in gca format" )
16031603 # optional
1604- mask = File (argstr = '-mask %s' , exists = True , mandatory = False ,
1604+ mask = File (argstr = '-mask %s' , exists = True ,
16051605 desc = "Specifies volume to use as mask" )
1606- invert_and_save = traits .Bool (argstr = '-invert-and-save' , mandatory = False , position = - 4 ,
1606+ invert_and_save = traits .Bool (argstr = '-invert-and-save' , position = - 4 ,
16071607 desc = "Invert and save the .m3z multi-dimensional talaraich transform to x, y, and z .mgz files" )
16081608 no_big_ventricles = traits .Bool (
1609- argstr = '-nobigventricles' , mandatory = False , desc = "No big ventricles" )
1610- transform = File (argstr = '-T %s' , exists = True , mandatory = False ,
1609+ argstr = '-nobigventricles' , desc = "No big ventricles" )
1610+ transform = File (argstr = '-T %s' , exists = True ,
16111611 desc = "Specifies transform in lta format" )
1612- align = traits .String (argstr = '-align-%s' , mandatory = False ,
1612+ align = traits .String (argstr = '-align-%s' ,
16131613 desc = "Specifies when to perform alignment" )
16141614 levels = traits .Int (
16151615 argstr = '-levels %d' ,
@@ -1675,17 +1675,18 @@ class CALabelInputSpec(FSTraitedSpecOpenMP):
16751675 intensities = File (argstr = "-r %s" , exists = True ,
16761676 desc = "input label intensities file(used in longitudinal processing)" )
16771677 no_big_ventricles = traits .Bool (
1678- argstr = "-nobigventricles" , mandatory = False , desc = "No big ventricles" )
1679- align = traits .Bool (argstr = "-align" , mandatory = False , desc = "Align CALabel" )
1678+ argstr = "-nobigventricles" , desc = "No big ventricles" )
1679+ align = traits .Bool (argstr = "-align" , desc = "Align CALabel" )
16801680 prior = traits .Float (argstr = "-prior %.1f" ,
1681- mandatory = False , desc = "Prior for CALabel" )
1681+ desc = "Prior for CALabel" )
16821682 relabel_unlikely = traits .Tuple (traits .Int , traits .Float ,
16831683 argstr = "-relabel_unlikely %d %.1f" ,
1684- desc = "Reclassify voxels at least some std devs from the mean using some size Gaussian window" ,
1685- mandatory = False )
1686- label = traits .File (argstr = "-l %s" , mandatory = False , exists = True ,
1684+ desc = ("Reclassify voxels at least some std"
1685+ " devs from the mean using some size"
1686+ " Gaussian window" ))
1687+ label = traits .File (argstr = "-l %s" , exists = True ,
16871688 desc = "Undocumented flag. Autorecon3 uses ../label/{hemisphere}.cortex.label as input file" )
1688- aseg = traits .File (argstr = "-aseg %s" , mandatory = False , exists = True ,
1689+ aseg = traits .File (argstr = "-aseg %s" , exists = True ,
16891690 desc = "Undocumented flag. Autorecon3 uses ../mri/aseg.presurf.mgz as input file" )
16901691
16911692
@@ -1742,11 +1743,11 @@ class MRIsCALabelInputSpec(FSTraitedSpecOpenMP):
17421743 hash_files = False , name_template = "%s.aparc.annot" ,
17431744 desc = "Annotated surface output file" )
17441745 # optional
1745- label = traits .File (argstr = "-l %s" , mandatory = False , exists = True ,
1746+ label = traits .File (argstr = "-l %s" , exists = True ,
17461747 desc = "Undocumented flag. Autorecon3 uses ../label/{hemisphere}.cortex.label as input file" )
1747- aseg = traits .File (argstr = "-aseg %s" , mandatory = False , exists = True ,
1748+ aseg = traits .File (argstr = "-aseg %s" , exists = True ,
17481749 desc = "Undocumented flag. Autorecon3 uses ../mri/aseg.presurf.mgz as input file" )
1749- seed = traits .Int (argstr = "-seed %d" , mandatory = False ,
1750+ seed = traits .Int (argstr = "-seed %d" ,
17501751 desc = "" )
17511752 copy_inputs = traits .Bool (desc = "Copies implicit inputs to node directory " +
17521753 "and creates a temp subjects_directory. " +
@@ -1835,8 +1836,7 @@ class SegmentCCInputSpec(FSTraitedSpec):
18351836 subject_id = traits .String ('subject_id' , argstr = "%s" , mandatory = True ,
18361837 position = - 1 , usedefault = True ,
18371838 desc = "Subject name" )
1838- copy_inputs = traits .Bool (mandatory = False ,
1839- desc = "If running as a node, set this to True." +
1839+ copy_inputs = traits .Bool (desc = "If running as a node, set this to True." +
18401840 "This will copy the input files to the node " +
18411841 "directory." )
18421842
@@ -1979,10 +1979,10 @@ class EditWMwithAsegInputSpec(FSTraitedSpec):
19791979 desc = "Input brain/T1 file" )
19801980 seg_file = File (argstr = "%s" , position = - 2 , mandatory = True , exists = True ,
19811981 desc = "Input presurf segmentation file" )
1982- out_file = File (argstr = "%s" , position = - 1 , mandtaory = True , exists = False ,
1982+ out_file = File (argstr = "%s" , position = - 1 , mandatory = True , exists = False ,
19831983 desc = "File to be written as output" )
19841984 # optional
1985- keep_in = traits .Bool (argstr = "-keep-in" , mandatory = False ,
1985+ keep_in = traits .Bool (argstr = "-keep-in" ,
19861986 desc = "Keep edits as found in input volume" )
19871987
19881988class EditWMwithAsegOutputSpec (TraitedSpec ):
0 commit comments