Metadata-Version: 1.0
Name: pyfftc
Version: 1.0
Summary: UNKNOWN
Home-page: UNKNOWN
Author: ['Michael Kellman']
Author-email: michael.kellman@ucsf.edu
License: BSD
Description: # 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.
        
Platform: UNKNOWN
