Skip to content

Commit 95cf27f

Browse files
committed
DOC: Link to aliasing wiki article [skip ci]
1 parent a16a820 commit 95cf27f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

nibabel/spatialimages.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ def slicer(self):
549549
550550
The image is resliced in the current orientation; no rotation or
551551
resampling is performed, and no attempt is made to filter the image
552-
to avoid aliasing.
552+
to avoid `aliasing`_.
553553
554554
The affine matrix is updated with the new intercept (and scales, if
555555
down-sampling is used), so that all values are found at the same RAS
@@ -558,6 +558,8 @@ def slicer(self):
558558
Slicing may include non-spatial dimensions.
559559
However, this method does not currently adjust the repetition time in
560560
the image header.
561+
562+
.. _aliasing: https://en.wikipedia.org/wiki/Aliasing
561563
"""
562564
return self.Slicer(self)
563565

0 commit comments

Comments
 (0)