Difference between revisions of "2015 Winter Project Week:Slice View Annotations"

From NAMIC Wiki
Jump to: navigation, search
Line 20: Line 20:
 
<h3>Approach, Plan</h3>
 
<h3>Approach, Plan</h3>
 
   
 
   
* Color bar issue (regarding to vtkPVScalarBarActor) in displaying window/level in the range of [0,1]
+
* 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 28: 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

Revision as of 15:50, 9 January 2015

Home < 2015 Winter Project Week:Slice View Annotations

Key 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.

References