RawCufinufftPlan#

class mrinufft.operators.interfaces.cufinufft.RawCufinufftPlan(samples, shape, n_trans=1, eps=1e-06, **kwargs)[source]#

Bases: object

Light wrapper around the guru interface of finufft.

Methods

__init__

type1

Type 1 transform.

type2

Type 2 transform.

Attributes

dtype

Return the dtype (precision) of the transform.

property dtype#

Return the dtype (precision) of the transform.

type1(coeff_data, grid_data)[source]#

Type 1 transform. Non Uniform to Uniform.

type2(grid_data, coeff_data)[source]#

Type 2 transform. Uniform to non-uniform.