ziotom78 / Healpix.jl

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

Add functions to calculate pixel boundaries #81

Closed ziotom78 closed 2 years ago

ziotom78 commented 2 years ago

This PR implements boundariesRing! and boundariesRing, which compute a set of points along the borders of a given pixel in the RING scheme. This is related to issue #77.

codecov[bot] commented 2 years ago

Codecov Report

Merging #81 (4d66315) into master (23c524b) will increase coverage by 0.52%. The diff coverage is 100.00%.

:exclamation: Current head 4d66315 differs from pull request most recent head 3c99d9f. Consider uploading reports for the commit 3c99d9f to get more accurate results

@@            Coverage Diff             @@
##           master      #81      +/-   ##
==========================================
+ Coverage   86.66%   87.19%   +0.52%     
==========================================
  Files          19       19              
  Lines        1065     1109      +44     
==========================================
+ Hits          923      967      +44     
  Misses        142      142              
Impacted Files Coverage Δ
src/Healpix.jl 100.00% <ø> (ø)
src/pixelfunc.jl 89.56% <100.00%> (+0.83%) :arrow_up:
src/xyf.jl 94.44% <100.00%> (+2.38%) :arrow_up:

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 23c524b...3c99d9f. Read the comment docs.