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 eabf638 commit 13faa7bCopy full SHA for 13faa7b
1 file changed
src/torchio/transforms/preprocessing/spatial/to_canonical.py
@@ -22,6 +22,3 @@ class ToCanonical(ToOrientation):
22
23
.. _NiBabel docs about image orientation: https://nipy.org/nibabel/image_orientation.html
24
"""
25
-
26
- def __init__(self, **kwargs):
27
- super().__init__(orientation='RAS', **kwargs)
0 commit comments