RawPyNFFT#

class mrinufft.operators.interfaces.nfft.RawPyNFFT(samples, shape)[source]#

Bases: object

Implementation of the NUDFT using numpy.

Methods

__init__

adj_op

Compute the adjoint NUDFT.

op

Compute the forward NUDFT.

op(coeffs, image)[source]#

Compute the forward NUDFT.

adj_op(coeffs, image)[source]#

Compute the adjoint NUDFT.