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 a16a820 commit 95cf27fCopy full SHA for 95cf27f
nibabel/spatialimages.py
@@ -549,7 +549,7 @@ def slicer(self):
549
550
The image is resliced in the current orientation; no rotation or
551
resampling is performed, and no attempt is made to filter the image
552
- to avoid aliasing.
+ to avoid `aliasing`_.
553
554
The affine matrix is updated with the new intercept (and scales, if
555
down-sampling is used), so that all values are found at the same RAS
@@ -558,6 +558,8 @@ def slicer(self):
558
Slicing may include non-spatial dimensions.
559
However, this method does not currently adjust the repetition time in
560
the image header.
561
+
562
+ .. _aliasing: https://en.wikipedia.org/wiki/Aliasing
563
"""
564
return self.Slicer(self)
565
0 commit comments