astro-informatics / s2wav

Differentiable and accelerated wavelet transform on the sphere with JAX
https://astro-informatics.github.io/s2wav/
MIT License
13 stars 0 forks source link

Switch to scipy quadrature #30

Open CosmoMatt opened 1 year ago

CosmoMatt commented 1 year ago

Switch out the manual integration (trapezium rule) with and efficient inbuilt function -- see e.g. scipy.quad.