astro-informatics / s2wav

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

Move dependency from SSHT/SO3 to S2FFT #36

Closed CosmoMatt closed 1 year ago

CosmoMatt commented 1 year ago

Currently we call SSHT and SO3 to perform the harmonic and Wigner transforms where required (see e.g. here). We should switch this out to S2FFT functionality when available.