RawMRICartesianOperator#

class mrinufft.operators.cartesian.RawMRICartesianOperator(mask: ndarray[tuple[int, ...], dtype[_ScalarType_co]], shape: tuple[int, ...])[source]#

Bases: object

Raw Cartesian Operator for MRI reconstruction.

This class implements the forward and adjoint operations for Cartesian MRI reconstruction without any additional functionality. It serves as a low-level interface for the MRICartesianOperator class.

Methods

__init__

adj_op

Adjoint operation for Cartesian MRI reconstruction.

op

Forward operation for Cartesian MRI reconstruction.

op(ret, x)[source]#

Forward operation for Cartesian MRI reconstruction.

adj_op(y, ret)[source]#

Adjoint operation for Cartesian MRI reconstruction.