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 7ead69d commit 973f76eCopy full SHA for 973f76e
nipype/interfaces/afni/utils.py
@@ -602,12 +602,12 @@ class CatMatvecInputSpec(AFNICommandInputSpec):
602
"This feature could be used, with clever scripting, to input"
603
"a matrix directly on the command line to program 3dWarp.",
604
argstr="-MATRIX",
605
- xor=['oneline','fourXfour'])
+ xor=['oneline', 'fourxfour'])
606
oneline = traits.Bool(
607
descr="indicates that the resulting matrix"
608
"will simply be written as 12 numbers on one line.",
609
argstr="-ONELINE",
610
- xor=['matrix','fourXfour'])
+ xor=['matrix', 'fourxfour'])
611
fourxfour = traits.Bool(
612
descr="Output matrix in augmented form (last row is 0 0 0 1)"
613
"This option does not work with -MATRIX or -ONELINE",
0 commit comments