CEA-COSMIC / ModOpt

Modular Optimisation tools for solving inverse problems
MIT License
25 stars 15 forks source link

Add Wavelet support #315

Closed paquiteau closed 8 months ago

paquiteau commented 10 months ago

This PR add support for Wavelet Transform directly in Modopt, relying solely on PyWavelet, as an alternative to the redundant implementation of PySAP wavelet in the various plugins.

Test and examples are coming in a near future.