We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dbc7d2 commit 2630b76Copy full SHA for 2630b76
nipype/interfaces/freesurfer/petsurfer.py
@@ -99,7 +99,7 @@ class GTMSegInputSpec(FSTraitedSpec):
99
desc="do not add vermis segmentation when doing ---xcerseg",
100
)
101
102
- ctab = File(exists=True, argstr="--ctab %s", desc="colortable")
+ colortable = File(exists=True, argstr="--ctab %s", desc="colortable")
103
no_seg_stats = traits.Bool(
104
argstr="--no-seg-stats", desc="do not compute segmentation stats"
105
0 commit comments