RawPyNFFT3# class mrinufft.operators.interfaces.nfft.RawPyNFFT3(samples, shape)[source]# Bases: object Binding for the pyNFFT3 package. 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.