RawFinufftPlan#

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

Bases: object

Light wrapper around the guru interface of finufft.

Methods

__init__

adj_op

Type 1 transform.

op

Type 2 transform.

toggle_grad_traj

Toggle between the gradient trajectory and the plan for type 1 transform.

adj_op(coeffs_data, grid_data)[source]#

Type 1 transform. Non Uniform to Uniform.

op(coeffs_data, grid_data)[source]#

Type 2 transform. Uniform to non-uniform.

toggle_grad_traj()[source]#

Toggle between the gradient trajectory and the plan for type 1 transform.