We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57f1569 commit 760f603Copy full SHA for 760f603
nipype/interfaces/afni/preprocess.py
@@ -3387,11 +3387,11 @@ class QwarpInputSpec(AFNICommandInputSpec):
3387
exists=True,
3388
copyfile=False)
3389
noXdis = traits.Bool(
3390
- desc='Warp will not displace in x directoin', argstr='-noXdis')
+ desc='Warp will not displace in x direction', argstr='-noXdis')
3391
noYdis = traits.Bool(
3392
- desc='Warp will not displace in y directoin', argstr='-noYdis')
+ desc='Warp will not displace in y direction', argstr='-noYdis')
3393
noZdis = traits.Bool(
3394
- desc='Warp will not displace in z directoin', argstr='-noZdis')
+ desc='Warp will not displace in z direction', argstr='-noZdis')
3395
iniwarp = traits.List(
3396
File(exists=True, copyfile=False),
3397
desc='A dataset with an initial nonlinear warp to use.'
0 commit comments