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

Analysis Wavelet Transform #46

Closed JessWhitney closed 1 year ago

JessWhitney commented 1 year ago

Adds the analysis transform (corresponding to issue #11) to s2wav. The original C code used for reference can be found here.

codecov-commenter commented 1 year ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (main@b5e537a). Click here to learn what that means. Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #46 +/- ## ======================================= Coverage ? 74.49% ======================================= Files ? 9 Lines ? 396 Branches ? 0 ======================================= Hits ? 295 Misses ? 101 Partials ? 0 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=astro-informatics). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=astro-informatics)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

JessWhitney commented 1 year ago

Would you like me to wait for @alicjapolanska to take a look before merging, or merge now?

CosmoMatt commented 1 year ago

@JessWhitney probably best to just merge this in so we can be working on other moving parts! (for instance a vectorised version)