ziotom78 / Healpix.jl

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

pixel window functions #45

Closed xzackli closed 3 years ago

xzackli commented 3 years ago

This adds the pixwin function, tests, docstring, and a little bit in the docs.

codecov[bot] commented 3 years ago

Codecov Report

Merging #45 (762d801) into master (1377cb0) will increase coverage by 0.11%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #45      +/-   ##
==========================================
+ Coverage   83.52%   83.63%   +0.11%     
==========================================
  Files          18       18              
  Lines         880      886       +6     
==========================================
+ Hits          735      741       +6     
  Misses        145      145              
Impacted Files Coverage Δ
src/Healpix.jl 100.00% <ø> (ø)
src/sphtfunc.jl 96.62% <100.00%> (+0.24%) :arrow_up:
src/weights.jl 75.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1377cb0...762d801. Read the comment docs.

xzackli commented 3 years ago

I might implement the full pixel weights using the same artifacts method eventually.