ziotom78 / Healpix.jl

Healpix library written in Julia
GNU General Public License v2.0
51 stars 18 forks source link

gaussbeam #85

Closed xzackli closed 1 year ago

xzackli commented 1 year ago

This short function implements simple Gaussian beam window functions in the asymptotic limit σ² << 1.

codecov[bot] commented 1 year ago

Codecov Report

Merging #85 (b9c5e9a) into master (1f46ab3) will increase coverage by 0.20%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #85      +/-   ##
==========================================
+ Coverage   87.14%   87.34%   +0.20%     
==========================================
  Files          19       19              
  Lines        1112     1154      +42     
==========================================
+ Hits          969     1008      +39     
- Misses        143      146       +3     
Impacted Files Coverage Δ
src/Healpix.jl 100.00% <ø> (ø)
src/alm.jl 97.01% <100.00%> (+0.78%) :arrow_up:
src/projections.jl 67.42% <0.00%> (-1.08%) :arrow_down:
src/math.jl 100.00% <0.00%> (ø)
src/mapmaking.jl 100.00% <0.00%> (ø)
src/pixelfunc.jl 89.74% <0.00%> (+0.08%) :arrow_up:
src/sphtfunc.jl 96.96% <0.00%> (+0.09%) :arrow_up:
src/map_io.jl 90.41% <0.00%> (+0.13%) :arrow_up:
src/query.jl 93.87% <0.00%> (+0.32%) :arrow_up:
... and 2 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

ziotom78 commented 1 year ago

Thanks a lot @xzackli , it looks fine.

Might you please update the CHANGELOG, so that its change will be included in this PR? Thanks!

xzackli commented 1 year ago

I added a line, but since we don't have a tagged version I added it under the HEAD heading.

ziotom78 commented 1 year ago

Perfect, thank you!