CEA-COSMIC / pysap-mri

MRI external plugin for Python Sparse data Analysis Package
Other
43 stars 18 forks source link

Fix FFT class to work on fftshifted data directly #45

Closed chaithyagr closed 5 years ago

chaithyagr commented 5 years ago

The FFT2 class works directly on fftshifted data. This causes a missmatch in the way NFFT / NUFFT and FFT2 class work. We need to fix this. This will have an impact on tests / generate_operators and also on examples. Thus creating a new issue for this

chaithyagr commented 5 years ago

Issue fixed in #51