RawNDFT# class mrinufft.operators.interfaces.nudft_numpy.RawNDFT(samples, shape, explicit_matrix=True, normalize=False)[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.