Difference between revisions of "2013 Project Week:QualityAssuranceModule"

From NAMIC Wiki
Jump to: navigation, search
m
Line 36: Line 36:
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<h3>Progress</h3>
 
<h3>Progress</h3>
*  
+
* This is a continuation of [[2012_Summer_Project_Week:Evaluation_Module]]
 
</div>
 
</div>
 
</div>
 
</div>

Revision as of 16:00, 7 January 2013

Home < 2013 Project Week:QualityAssuranceModule

Key Investigators

  • Dave Welch, UIowa SENAP
  • Hans Johnson, UIowa SENAP

Project Description

Objective

  • We have created several Python-based image quality assurance modules for use by research technicians in our lab. Our goals with this project are:
  1. Refactoring to enable more flexible extension of the modules
  2. Implementation of several user requests, such as hotkeys
  3. Improved interaction with our database for increased robustness
  4. Expanded testing and logging
  5. Documentation and examples on Slicer Wiki

Approach, Plan

  • Implement a test database on the fly
  • Expand test code coverage (doctests, unittests via nose)
  • Add logging
  • Decouple module code from DB interaction
  • Refactor and consolidate code from our three modules
  • Improve GUI and MRML interactions

Progress