JuliaAstro / AstroImages.jl

Visualization of astronomical images
Other
28 stars 9 forks source link

Multi Image support #19

Closed aquatiko closed 5 years ago

aquatiko commented 5 years ago

With this user can hold more than one ImageHDU data in an AstroImage by using- AstroImage("file.fits", (2,4,5))

All required indices should be given in a Tuple.

codecov-io commented 5 years ago

Codecov Report

Merging #19 into master will increase coverage by 0.57%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #19      +/-   ##
==========================================
+ Coverage    97.5%   98.07%   +0.57%     
==========================================
  Files           3        3              
  Lines          40       52      +12     
==========================================
+ Hits           39       51      +12     
  Misses          1        1
Impacted Files Coverage Δ
src/AstroImages.jl 100% <100%> (ø) :arrow_up:
src/plot-recipes.jl 100% <100%> (ø) :arrow_up:
src/showmime.jl 75% <100%> (ø) :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 2714f22...cf0956c. Read the comment docs.

aquatiko commented 5 years ago

@giordano Do you need any more changes in this?