Skip to content

Commit 2e27fa2

Browse files
committed
typo
1 parent 7aa6fc1 commit 2e27fa2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nipype/interfaces/afni/utils.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1611,7 +1611,7 @@ class NwarpApplyInputSpec(CommandLineInputSpec):
16111611
desc='the name of the master dataset, which defines the output grid',
16121612
argstr='-master %s')
16131613
interp = traits.Enum(
1614-
'wsinc5'
1614+
'wsinc5',
16151615
'NN',
16161616
'nearestneighbour',
16171617
'nearestneighbor',
@@ -1625,7 +1625,7 @@ class NwarpApplyInputSpec(CommandLineInputSpec):
16251625
argstr='-interp %s',
16261626
usedefault=True)
16271627
ainterp = traits.Enum(
1628-
'wsinc5'
1628+
'wsinc5',
16291629
'NN',
16301630
'nearestneighbour',
16311631
'nearestneighbor',
@@ -1697,7 +1697,7 @@ class NwarpCatInputSpec(AFNICommandInputSpec):
16971697
inv_warp = traits.Bool(
16981698
desc='invert the final warp before output', argstr='-iwarp')
16991699
interp = traits.Enum(
1700-
'wsinc5'
1700+
'wsinc5',
17011701
'linear',
17021702
'quintic',
17031703
'wsinc5',

0 commit comments

Comments
 (0)