jeff-regier / Celeste.jl

Scalable inference for a generative model of astronomical images
MIT License
183 stars 28 forks source link

More Image generalizations #717

Closed kbarbary closed 6 years ago

kbarbary commented 6 years ago

More changes to Image to be agnostic with respect to SDSS.

julia> bkg = Celeste.SDSSIO.SDSSBackground(fill(1., 1, 1), ones(5), ones(5), fill(3., 5)) 5×5 Celeste.SDSSIO.SDSSBackground: 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0

codecov[bot] commented 6 years ago

Codecov Report

Merging #717 into master will decrease coverage by 0.02%. The diff coverage is 95.65%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #717      +/-   ##
==========================================
- Coverage   81.26%   81.24%   -0.03%     
==========================================
  Files          35       35              
  Lines        3641     3642       +1     
==========================================
  Hits         2959     2959              
- Misses        682      683       +1
Impacted Files Coverage Δ
src/AccuracyBenchmark.jl 80.85% <100%> (-0.06%) :arrow_down:
src/model/image_model.jl 25% <100%> (-50%) :arrow_down:
src/SDSSIO.jl 93.95% <95%> (+0.03%) :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 a71e916...15e8ad5. Read the comment docs.

jeff-regier commented 6 years ago

All nice changes!