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.WaveletN(wavelet_name, nb_scale=4, verbose=0, dim=2, n_coils=1, n_jobs=1, backend='threading', **kwargs)[source]¶ The 2D and 3D wavelet transform class.
-
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