Difference between revisions of "2014 Project Week:Quantitative Index Computation"

From NAMIC Wiki
Jump to: navigation, search
Line 25: Line 25:
 
<h3>Progress</h3>
 
<h3>Progress</h3>
 
* A simple CLI module has been started that calculates a few indices, but this does not allow for storage of the calculated values.
 
* A simple CLI module has been started that calculates a few indices, but this does not allow for storage of the calculated values.
 +
** Check the SlicerExecutionModel CLI for an example of returning a double array, using the measurement tag, output channel
 
</div>
 
</div>
 
</div>
 
</div>

Revision as of 23:22, 9 January 2014

Home < 2014 Project Week:Quantitative Index Computation

Key Investigators

  • University of Iowa: Reinhard Beichel, Ethan Ulrich
  • BWH: Andrey Fedorov, Nicole Aucoin
  • GE: Jim Miller

Project Description

Objective

  • We are developing tools for quantitative image analysis for PET scans, so far specifically involving head and neck cancer. The goal is to have a Slicer extension that supports the calculation and storage of quantitative indices from regions of interest. These indices go beyond those in the Label Statistics module, and can be computationally expensive.

Approach, Plan

  • Review the desired functionality of the module and how it may be implemented in a workflow.
  • Discuss appropriate type of module (CLI, scripted, loadable) if necessary.
  • Discuss how calculated indices may be stored in Slicer environment.

Progress

  • A simple CLI module has been started that calculates a few indices, but this does not allow for storage of the calculated values.
    • Check the SlicerExecutionModel CLI for an example of returning a double array, using the measurement tag, output channel