Skip to content

Add fourier trafo to plenpy.utilities.images

Maximilian Schambach requested to merge feature/fourier-trafo into master

Description

Adds a fourier transformation to utilities.images. This mostly is a wrapper around existing implementations, choosing from numpy, scipy and pyfftw is possible. Further more, windowing can optionally applied. For even sized input arrays, the shift is zero padded, resulting in a correctly placed zero frequency component.

Merge request reports