Difference between revisions of "2015 Winter Project Week:Slice View Annotations"
From NAMIC Wiki
(Created page with '__NOTOC__ <gallery> Image:PW-2015SLC.png|Projects List </gallery> ==Key Investigators== * Alireza Mehrtash, BWH * Andrey Fedorov, BWH * Ste…') |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
<gallery> | <gallery> | ||
Image:PW-2015SLC.png|[[2015_Winter_Project_Week#Projects|Projects List]] | Image:PW-2015SLC.png|[[2015_Winter_Project_Week#Projects|Projects List]] | ||
+ | File:Colorbar.PNG|colorbar fixed for small ranges. | ||
+ | |||
</gallery> | </gallery> | ||
Line 18: | Line 20: | ||
<h3>Approach, Plan</h3> | <h3>Approach, Plan</h3> | ||
− | * Color bar issue | + | * Color bar issue in displaying window/level in the range of [0,1] |
* Studying the option for moving slice view annotation settings from Data-probe module to slice view controller widget and to invoke configuration dialog per slice view. | * Studying the option for moving slice view annotation settings from Data-probe module to slice view controller widget and to invoke configuration dialog per slice view. | ||
* Adding the feature of orientation marker to slice view annotations [1]. | * Adding the feature of orientation marker to slice view annotations [1]. | ||
Line 26: | Line 28: | ||
<div style="width: 27%; float: left; padding-right: 3%;"> | <div style="width: 27%; float: left; padding-right: 3%;"> | ||
<h3>Progress</h3> | <h3>Progress</h3> | ||
− | * | + | * Issue #3881 for displaying small window width values in color bar [2] was resolved and the fix is merged into slicer. |
− | * | + | * After reviewing code and discussions with Steve and Andriy, we decided to move the slice view annotations settings to applications settings instead of slice view controller. |
</div> | </div> | ||
</div> | </div> | ||
===References=== | ===References=== | ||
* [1] [https://github.com/mehrtash/OrientationFigure Orientation Figure Github page] | * [1] [https://github.com/mehrtash/OrientationFigure Orientation Figure Github page] | ||
+ | * [2] http://na-mic.org/Mantis/view.php?id=3881 |
Latest revision as of 16:36, 9 January 2015
Home < 2015 Winter Project Week:Slice View AnnotationsKey Investigators
- Alireza Mehrtash, BWH
- Andrey Fedorov, BWH
- Steve Pieper, Isomics
Project Description
Objective
- Improve usability of Slice view annotations.
Approach, Plan
- Color bar issue in displaying window/level in the range of [0,1]
- Studying the option for moving slice view annotation settings from Data-probe module to slice view controller widget and to invoke configuration dialog per slice view.
- Adding the feature of orientation marker to slice view annotations [1].
Progress
- Issue #3881 for displaying small window width values in color bar [2] was resolved and the fix is merged into slicer.
- After reviewing code and discussions with Steve and Andriy, we decided to move the slice view annotations settings to applications settings instead of slice view controller.