Metadata-Version: 2.1
Name: pyfftc
Version: 1.2
Summary: UNKNOWN
Home-page: UNKNOWN
Author: ['Michael Kellman']
Author-email: michael.kellman@ucsf.edu
License: BSD
Platform: UNKNOWN
Requires-Dist: torch (>=1.7.0)

# Centered FFTs for Pytorch

Pytorch ffts center the dc component at the first position along each dimension, (0,0, ..., 0). However, it is easier to generate and visualize point spread functions as centered functions. fftshift and ifftshift enables easy transfer from zero and centered spaces. This package fills the void with an implementation of centered fft and iffts.


