pywt_bindings

Bindings to the PyWavelets backend for wavelet transforms.

PyWavelets is a Python library for wavelet transforms in arbitrary dimensions, featuring a large number of built-in wavelet filters.

Functions

precompute_raveled_slices(coeff_shapes[, axes])

Return slices and shapes for raveled multilevel wavelet coefficients.

pywt_pad_mode(pad_mode[, pad_const])

Convert ODL-style padding mode to pywt-style padding mode.

pywt_wavelet(wavelet)

Convert wavelet to a pywt.Wavelet instance.