File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments