RawMRICartesianOperator#
- class mrinufft.operators.cartesian.RawMRICartesianOperator(mask: ndarray[tuple[int, ...], dtype[_ScalarType_co]], shape: tuple[int, ...])[source]#
Bases:
objectRaw 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__Adjoint operation for Cartesian MRI reconstruction.
Forward operation for Cartesian MRI reconstruction.