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

Add JAX Synthesis transform #52

Closed CosmoMatt closed 1 year ago

CosmoMatt commented 1 year ago

This is a good issue to pick up as a first jump into JAX. I would recommend first reading this introduction for JAX. A few hints would be:

Also remember to consider static arguments (ones that don't change between evaluations i.e. L, this can help when JITing things.