simonsobs / pixell

A rectangular pixel map manipulation and harmonic analysis library derived from Sigurd Naess' enlib.
Other
42 stars 32 forks source link

More flexibility in wavelets #270

Closed msyriac closed 1 month ago

msyriac commented 1 month ago

This allows you to pre-filter maps sent into map2wave, which saves 2 SHTs. It also allows you to specify wavelet coefficients that should be skipped, saving several alm2map operations if you don't need wavelet maps at all scales.

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 0% with 19 lines in your changes missing coverage. Please review.

Project coverage is 40.36%. Comparing base (c0b552b) to head (c693e5f). Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
pixell/wavelets.py 0.00% 19 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #270 +/- ## ========================================== - Coverage 40.40% 40.36% -0.05% ========================================== Files 28 28 Lines 9822 9833 +11 ========================================== Hits 3969 3969 - Misses 5853 5864 +11 ``` | [Flag](https://app.codecov.io/gh/simonsobs/pixell/pull/270/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=simonsobs) | Coverage Δ | | |---|---|---| | [](https://app.codecov.io/gh/simonsobs/pixell/pull/270/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=simonsobs) | `40.36% <0.00%> (?)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=simonsobs#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.