cl2527 / pytorch-nufft

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pytorch-nufft: PyTorch implemenation of Non-uniform Fast Fourier Transform (Nu-FFT)

This repository contains a PyTorch implementation of Nu-FF for 2D and 3D. Our implementation his deferential according to the coordinates of the measurements, meaning, when using the transform in GD based optimization methods you can update the coordinates of the measurements according to the loss optimization. We used Sigpy as base for our implementation.

Usage

To understant the use of pytorch-nufft we addvise to run the example script.

python nufft-test.py
python nufft-test_3d.py

About


Languages

Language:Python 100.0%