Skip to content

Commit 0ecaa8e

Browse files
committed
DOC: Update signs in qform result to satisfy doctests
1 parent 943c13d commit 0ecaa8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/nifti_images.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,8 @@ You can get and set the qform affine using the equivalent methods to those for
273273
the sform: ``get_qform()``, ``set_qform()``.
274274

275275
>>> n1_header.get_qform(coded=True)
276-
(array([[ -2. , 0. , 0. , 117.86],
277-
[ -0. , 1.97, -0.36, -35.72],
276+
(array([[ -2. , 0. , -0. , 117.86],
277+
[ 0. , 1.97, -0.36, -35.72],
278278
[ 0. , 0.32, 2.17, -7.25],
279279
[ 0. , 0. , 0. , 1. ]]), 1)
280280

0 commit comments

Comments
 (0)