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 2630b76 commit 0aa1801Copy full SHA for 0aa1801
nipype/interfaces/freesurfer/petsurfer.py
@@ -246,7 +246,7 @@ class GTMPVCInputSpec(FSTraitedSpec):
246
desc="refval : scale such that mean in reference region is refval",
247
)
248
249
- _ctab_inputs = ("color_table_file", "default_color_table", "gca_color_table")
+ _ctab_inputs = ("color_table_file", "default_color_table")
250
color_table_file = File(
251
exists=True,
252
argstr="--ctab %s",
0 commit comments