Python Sparse data Analysis Package external MRI plugin.
Note
This page is a reference documentation. It only explains the class signature, and not how to use it. Please refer to the gallery for the big picture.
-
class
mri.operators.linear.wavelet.WaveletUD2(wavelet_id=24, nb_scale=4, n_jobs=1, backend='threading', n_coils=1, verbose=0)[source]¶ The wavelet undecimated operator using pysap wrapper.
-
adj_op(coefs)[source]¶ Define the wavelet adjoint operator. This method returns the reconstructed image.
- Parameters
coeffs : ndarray
the wavelet coefficients.
- Returns
data : ndarray
the reconstructed data.
-
Follow us