From 760f603bd3b3b303628aaa63a5aabd2a0d402185 Mon Sep 17 00:00:00 2001 From: Adam Kimbler Date: Wed, 23 Oct 2019 13:59:44 -0400 Subject: [PATCH 1/3] [FIX} Fixed typo in QWarpInputSpec Trait description Fixed a typo in QWarpInputSpecs trait description for 'noXdis', 'noYdis', and 'noZdis'. --- nipype/interfaces/afni/preprocess.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nipype/interfaces/afni/preprocess.py b/nipype/interfaces/afni/preprocess.py index d31541412f..a5a992452d 100644 --- a/nipype/interfaces/afni/preprocess.py +++ b/nipype/interfaces/afni/preprocess.py @@ -3387,11 +3387,11 @@ class QwarpInputSpec(AFNICommandInputSpec): exists=True, copyfile=False) noXdis = traits.Bool( - desc='Warp will not displace in x directoin', argstr='-noXdis') + desc='Warp will not displace in x direction', argstr='-noXdis') noYdis = traits.Bool( - desc='Warp will not displace in y directoin', argstr='-noYdis') + desc='Warp will not displace in y direction', argstr='-noYdis') noZdis = traits.Bool( - desc='Warp will not displace in z directoin', argstr='-noZdis') + desc='Warp will not displace in z direction', argstr='-noZdis') iniwarp = traits.List( File(exists=True, copyfile=False), desc='A dataset with an initial nonlinear warp to use.' From 3ea29c15d4574a43d25d3524431c817cc5786740 Mon Sep 17 00:00:00 2001 From: Adam Kimbler Date: Fri, 25 Oct 2019 13:33:05 -0400 Subject: [PATCH 2/3] Update preprocess.py --- nipype/interfaces/afni/preprocess.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nipype/interfaces/afni/preprocess.py b/nipype/interfaces/afni/preprocess.py index a5a992452d..96d695e101 100644 --- a/nipype/interfaces/afni/preprocess.py +++ b/nipype/interfaces/afni/preprocess.py @@ -24,7 +24,7 @@ class CentralityInputSpec(AFNICommandInputSpec): - """Common input spec class for all centrality-related commands + """Common input spec class for all centrality-related commands """ mask = File( From 9ffc797be5c65df3ddd41519de0e4b9dde3860b3 Mon Sep 17 00:00:00 2001 From: Adam Kimbler Date: Fri, 25 Oct 2019 13:33:19 -0400 Subject: [PATCH 3/3] Update preprocess.py --- nipype/interfaces/afni/preprocess.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nipype/interfaces/afni/preprocess.py b/nipype/interfaces/afni/preprocess.py index 96d695e101..a5a992452d 100644 --- a/nipype/interfaces/afni/preprocess.py +++ b/nipype/interfaces/afni/preprocess.py @@ -24,7 +24,7 @@ class CentralityInputSpec(AFNICommandInputSpec): - """Common input spec class for all centrality-related commands + """Common input spec class for all centrality-related commands """ mask = File(