ziotom78 / Healpix.jl

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

Use CFITSIO instead of FITSIO #50

Closed ziotom78 closed 3 years ago

ziotom78 commented 3 years ago

This PR uses CFITSIO instead of FITSIO consistently in the codebase. It fixes bug #47.

codecov[bot] commented 3 years ago

Codecov Report

Merging #50 (45e473a) into master (bcdca15) will increase coverage by 0.14%. The diff coverage is 76.84%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #50      +/-   ##
==========================================
+ Coverage   84.64%   84.78%   +0.14%     
==========================================
  Files          18       18              
  Lines         918      927       +9     
==========================================
+ Hits          777      786       +9     
  Misses        141      141              
Impacted Files Coverage Δ
src/Healpix.jl 100.00% <ø> (ø)
src/pixelwindow.jl 0.00% <0.00%> (ø)
src/map_io.jl 58.62% <68.96%> (ø)
src/weights.jl 76.31% <87.50%> (+1.31%) :arrow_up:
src/alm.jl 96.22% <100.00%> (ø)
src/sphtfunc.jl 96.87% <100.00%> (+0.24%) :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 bcdca15...45e473a. Read the comment docs.