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):
1611
1611
desc = 'the name of the master dataset, which defines the output grid' ,
1612
1612
argstr = '-master %s' )
1613
1613
interp = traits .Enum (
1614
- 'wsinc5'
1614
+ 'wsinc5' ,
1615
1615
'NN' ,
1616
1616
'nearestneighbour' ,
1617
1617
'nearestneighbor' ,
@@ -1625,7 +1625,7 @@ class NwarpApplyInputSpec(CommandLineInputSpec):
1625
1625
argstr = '-interp %s' ,
1626
1626
usedefault = True )
1627
1627
ainterp = traits .Enum (
1628
- 'wsinc5'
1628
+ 'wsinc5' ,
1629
1629
'NN' ,
1630
1630
'nearestneighbour' ,
1631
1631
'nearestneighbor' ,
@@ -1697,7 +1697,7 @@ class NwarpCatInputSpec(AFNICommandInputSpec):
1697
1697
inv_warp = traits .Bool (
1698
1698
desc = 'invert the final warp before output' , argstr = '-iwarp' )
1699
1699
interp = traits .Enum (
1700
- 'wsinc5'
1700
+ 'wsinc5' ,
1701
1701
'linear' ,
1702
1702
'quintic' ,
1703
1703
'wsinc5' ,
You can’t perform that action at this time.
0 commit comments