diff --git a/pytom/agnostic/structures.py b/pytom/agnostic/structures.py index 96f8d7db..483460a3 100644 --- a/pytom/agnostic/structures.py +++ b/pytom/agnostic/structures.py @@ -1588,7 +1588,7 @@ def returnWedgeVolume(self, wedgeSizeX=None, wedgeSizeY=None, wedgeSizeZ=None, h if not humanUnderstandable: return wedge else: - return fftshift(fourier_reduced2full(wedge)) + return fftshift(fourier_reduced2full(wedge, reduced_axis=0)) def apply(self, volume, rotation=None):