Skip to content

Commit 0aa1801

Browse files
committed
FIX: remove gca_color_table from _ctab_inputs
1 parent 2630b76 commit 0aa1801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/freesurfer/petsurfer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ class GTMPVCInputSpec(FSTraitedSpec):
246246
desc="refval : scale such that mean in reference region is refval",
247247
)
248248

249-
_ctab_inputs = ("color_table_file", "default_color_table", "gca_color_table")
249+
_ctab_inputs = ("color_table_file", "default_color_table")
250250
color_table_file = File(
251251
exists=True,
252252
argstr="--ctab %s",

0 commit comments

Comments
 (0)