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

use higher-level method to create image in write #171

Closed jishnub closed 2 years ago

jishnub commented 2 years ago

Leave it to CFITSIO.jl to decide if the sizes are passed as a tuple or a vector.

codecov[bot] commented 2 years ago

Codecov Report

Merging #171 (5fa911b) into master (95780ef) will decrease coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #171      +/-   ##
==========================================
- Coverage   91.35%   91.33%   -0.02%     
==========================================
  Files           5        5              
  Lines         613      612       -1     
==========================================
- Hits          560      559       -1     
  Misses         53       53              
Impacted Files Coverage Δ
src/image.jl 95.55% <100.00%> (-0.04%) :arrow_down:

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 95780ef...5fa911b. Read the comment docs.