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

write data of any eltype to an existing hdu #173

Closed jishnub closed 2 years ago

jishnub commented 2 years ago

write an array to an existing hdu even if the eltypes don't match. The data is internally converted by cfitsio to the correct eltype.

codecov[bot] commented 2 years ago

Codecov Report

Merging #173 (7ed30dd) into master (95780ef) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #173   +/-   ##
=======================================
  Coverage   91.35%   91.35%           
=======================================
  Files           5        5           
  Lines         613      613           
=======================================
  Hits          560      560           
  Misses         53       53           
Impacted Files Coverage Δ
src/image.jl 95.58% <100.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 95780ef...7ed30dd. Read the comment docs.

giordano commented 2 years ago

Nice!