Skip to content

Commit 04584b6

Browse files
committed
doc: add link to AFNI's documentation about *obliquity* [skip ci]
1 parent 253a256 commit 04584b6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

nibabel/affines.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,9 @@ def obliquity(affine):
304304
The term *obliquity* is defined here as the rotation of those axes with
305305
respect to the cardinal axes.
306306
This implementation is inspired by `AFNI's implementation
307-
<https://github.com/afni/afni/blob/b6a9f7a21c1f3231ff09efbd861f8975ad48e525/src/thd_coords.c#L660-L698>`_
307+
<https://github.com/afni/afni/blob/b6a9f7a21c1f3231ff09efbd861f8975ad48e525/src/thd_coords.c#L660-L698>`_.
308+
For further details about *obliquity*, check `AFNI's documentation
309+
<https://sscc.nimh.nih.gov/sscc/dglen/Obliquity>_.
308310
309311
Parameters
310312
----------

0 commit comments

Comments
 (0)