BGlib.gmode.proc.fft.fft_to_real

BGlib.gmode.proc.fft.fft_to_real(image)[source]

Provides the real-space equivalent of the provided image in Fourier space

Parameters:

image (2D numpy float array) – FFT of image that has been fft shifted.

Returns:

image – Image in real space

Return type:

2D numpy float array