PyWavelets / pywt

PyWavelets - Wavelet Transforms in Python
http://pywavelets.readthedocs.org
MIT License
2.07k stars 481 forks source link

All the images illustrating wavelet families are broken on wavelets.pybytes.com #746

Open matthewgiarra opened 5 months ago

matthewgiarra commented 5 months ago

The Wavelet Properties Browser on wavelets.pybytes.com is supposed to show illustrations (images) of each wavelet family, but none of the images appear. This problem occurs on every "wavelet family" page; the image below shows one example.

I would have posted this to the wavelets.pybytes.com repo but don't see a way to submit issues there.

Screenshot 2024-06-01 at 10 23 26 PM
agriyakhetarpal commented 5 months ago

Hi, @matthewgiarra! Thanks for reporting this. I am not sure either about how this can be fixed on the website's end, but if it addresses your problem temporarily, here's a link from the Wayback Machine where images are available:

https://web.archive.org/web/20240308094252/https://wavelets.pybytes.com/wavelet/db1/

and similarly, other pages that you require might have been tracked as well on the Internet Archive that you can reference from.

rgommers commented 5 months ago

Thanks @matthewgiarra and @agriyakhetarpal.

The https://wavelets.pybytes.com website is separate from anything in this repository. It was created and is maintained by the original author of PyWavelets - Cc @nigma for visibility.