Python Sparse data Analysis Package external MRI plugin.
Note
This page is a reference documentation. It only explains the function signature, and not how to use it. Please refer to the gallery for the big picture.
-
mri.operators.fourier.utils.check_if_fourier_op_uses_sense(fourier_op)[source]ΒΆ Utils function to check if fourier operator uses SENSE recon
- Parameters
fourier_op : object of class FFT, NonCartesianFFT or Stacked3DNFFT in
mri.operators
the fourier operator for which we want to check if SENSE is supported
- Returns
bool
True if SENSE recon is being used
Follow us