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

Basic math tiling functions. #21

Closed alicjapolanska closed 1 year ago

alicjapolanska commented 1 year ago

Code translating basic math tiling functions from s2let to s2wav from Issue #7.

jasonmcewen commented 1 year ago

I'll generally leave @CosmoMatt to do PRs but I thought I'd provide some comments on these first ones to help set the scope.

jasonmcewen commented 1 year ago

We can just support the s2dw case and don't need to support any other tiling. In which case there is no need for any label.

alicjapolanska commented 1 year ago

Closes #7