Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support annotating a grid of images #207

Merged
merged 3 commits into from
Jan 26, 2020
Merged

Support annotating a grid of images #207

merged 3 commits into from
Jan 26, 2020

Conversation

timholy
Copy link
Member

@timholy timholy commented Jan 26, 2020

This fixes #202

`slicedata` is now a keyword argument, which makes it much easier to 
call directly. It also has a backwards-compatible interface, so this is 
non-breaking.
This adds a function `annotations()` to create an empty annotation Dict.
@codecov
Copy link

codecov bot commented Jan 26, 2020

Codecov Report

Merging #207 into master will increase coverage by 1.24%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #207      +/-   ##
==========================================
+ Coverage   84.51%   85.76%   +1.24%     
==========================================
  Files           7        7              
  Lines         801      808       +7     
==========================================
+ Hits          677      693      +16     
+ Misses        124      115       -9
Impacted Files Coverage Δ
src/annotations.jl 77.77% <100%> (+1.13%) ⬆️
src/ImageView.jl 87.82% <100%> (+2.63%) ⬆️
src/contrast_gui.jl 81.55% <0%> (-1.62%) ⬇️
src/slicing.jl 86.11% <0%> (+4.16%) ⬆️

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 a3cbead...69e280d. Read the comment docs.

@timholy timholy merged commit fca85eb into master Jan 26, 2020
@timholy timholy deleted the teh/grid_annotation branch January 26, 2020 12:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

annotations in multiple image window
1 participant