Skip to content

Commit 51e5a79

Browse files
mnoergaardeffigies
andauthored
FIX: change name and trait for opt to enumeration
Co-authored-by: Chris Markiewicz <[email protected]>
1 parent 1f4e941 commit 51e5a79

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nipype/interfaces/freesurfer/petsurfer.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,8 @@ class GTMPVCInputSpec(FSTraitedSpec):
368368

369369
save_yhat0 = traits.Bool(argstr="--save-yhat0", desc="save signal estimate (yhat)")
370370

371-
opt = traits.Int(
371+
optimization_schema = traits.Enum(
372+
"3D", "2D", "1D", "3D_MB", "2D_MB", "1D_MB", "MBZ", "MB3",
372373
argstr="--opt %i", desc="opt : optimization schema for applying adaptive GTM"
373374
)
374375

0 commit comments

Comments
 (0)