cornerstone_widget
cornerstone_widget copied to clipboard
[WIP] Adding bounding boxes and fixing notebooks
trafficstars
- fixing notebook zoom code
- adding code to manipulate bounding boxes in cornerstone
- works on #8
Codecov Report
Merging #25 into master will increase coverage by
1.6%. The diff coverage is92.59%.
@@ Coverage Diff @@
## master #25 +/- ##
=========================================
+ Coverage 63.28% 64.88% +1.6%
=========================================
Files 4 4
Lines 463 487 +24
=========================================
+ Hits 293 316 +23
- Misses 170 171 +1
| Impacted Files | Coverage Δ | |
|---|---|---|
| cornerstone_widget/utils.py | 96.77% <100%> (+0.69%) |
:arrow_up: |
| cornerstone_widget/cs_widget.py | 90.07% <86.66%> (+0.22%) |
:arrow_up: |
| cornerstone_widget/_version.py | 44.4% <0%> (ø) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 85e878a...b100da6. Read the comment docs.
@betatim I've added the basic functionality, but the bounding boxes do not show up for some reason. The demo.ipynb is probably the best starting point for experimenting
@betatim now the bounding boxes show up, but it is still a bit finicky