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

Adding Directional Tiling Functionality #27

Closed JessWhitney closed 1 year ago

JessWhitney commented 1 year ago

Code for issue #9 adding directional filters to s2wav, corresponding to lines 249 until 429 in the s2let_tiling file.

During the importing/build process, a file s2wav.egg was automatically created. I'm unsure what this is doing but have left it as is.

CosmoMatt commented 1 year ago

Almost all of the changes I've pushed @JessWhitney are just automatic formatting ones. You should be good to merge this into main and then just make sure you create a new branch from the main repo instead of forking :)