JuliaAstro / FITSIO.jl

Flexible Image Transport System (FITS) file support for Julia
http://juliaastro.org/FITSIO.jl/
MIT License
55 stars 29 forks source link

Loosen signature of `ImageHDU` inner constructor #164

Closed giordano closed 2 years ago

giordano commented 2 years ago

This restores the possibility of indexing an Image HDU with a string.

Fix #163. CC: @jishnub @andrew-saydjari

codecov[bot] commented 2 years ago

Codecov Report

Merging #164 (f08a809) into master (2e9421c) will increase coverage by 1.46%. The diff coverage is n/a.

:exclamation: Current head f08a809 differs from pull request most recent head 1fc5460. Consider uploading reports for the commit 1fc5460 to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##           master     #164      +/-   ##
==========================================
+ Coverage   89.55%   91.02%   +1.46%     
==========================================
  Files           5        5              
  Lines         613      613              
==========================================
+ Hits          549      558       +9     
+ Misses         64       55       -9     
Impacted Files Coverage Δ
src/FITSIO.jl 100.00% <ø> (ø)
src/image.jl 94.11% <0.00%> (+0.73%) :arrow_up:
src/fits.jl 95.52% <0.00%> (+11.94%) :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 2e9421c...1fc5460. Read the comment docs.