Difference between revisions of "2013 Summer Project Week:DWIConvert"
From NAMIC Wiki
m (moved DWIConvert to 2013 Summer Project Week:DWIConvert) |
Kentwilliams (talk | contribs) |
||
Line 14: | Line 14: | ||
<h6> Specific goals </h6> | <h6> Specific goals </h6> | ||
− | + | #Working with the PREDICT and HDNI longitudinal data sets as sample multi-site, multi-scanner test data corpus, add support for more scanning protocols and software versions. | |
+ | #General code clean-up -- DicomToNrrd had been repeatedly modified over the past few years by multiple authors, to the point where there is many instances of 'dead' code (never executed) and confusing paths of execution. | ||
</div> | </div> | ||
Line 21: | Line 22: | ||
<h3>Approach, Plan</h3> | <h3>Approach, Plan</h3> | ||
− | + | #Approach | |
− | + | ##Begin with original DicomToNrrd code. | |
− | + | ##Analyze source code to capture the implicit knowledge about DWI DICOM data sets. | |
+ | ##Refactor code to straighten out program logic and remove obsolete and incorrect code. | ||
+ | #Plan | ||
+ | ##Incrementally refactor and improve C++ code | ||
+ | ##Use regression tests, and tests against large collections of DICOM data sets to validate code | ||
+ | ##Incorporate program into BRAINSTools suite (hosted at github) to facilitate inclusion in Slicer. | ||
+ | ##Work with Slicer community to come up with new 'problem' datasets for testing. | ||
</div> | </div> | ||
Line 29: | Line 36: | ||
<h3>Progress</h3> | <h3>Progress</h3> | ||
− | + | #Siemens scanner models supported: Avanto, Espree, Sonata, Symphony, SymphonyTim, TrioTim, Verio | |
+ | #GE scanner models supported: GENESIS_SIGNA, SIGNA, SIGNA EXCITE,SIGNA HDx, Signa HDxt | ||
+ | #Philips scanner models supported: Achieva, Intera | ||
+ | #Added support for Hitachi scanners -- in progress. | ||
+ | #Refactored original monolithic code into a collection of classes, one per scanner manufacturer, with common code isolated from scanner-specific code. | ||
+ | #More modular structure makes it easier to add new scanner models. | ||
</div> | </div> | ||
</div> | </div> | ||
Line 37: | Line 49: | ||
This work will be delivered to the NA-MIC Kit as a (please select the appropriate options by noting YES against them below) | This work will be delivered to the NA-MIC Kit as a (please select the appropriate options by noting YES against them below) | ||
− | # | + | # Part of BRAINSTools suite https://github.com/BRAINSia/BRAINSTools |
#Slicer Module | #Slicer Module | ||
##Built-in YES | ##Built-in YES | ||
##Extension -- commandline | ##Extension -- commandline | ||
##Extension -- loadable | ##Extension -- loadable | ||
− | |||
==References== | ==References== |
Revision as of 16:54, 17 June 2013
Home < 2013 Summer Project Week:DWIConvertKey Investigators
- UIowa: Kent Williams, esqr.
Objective
Improve the DICOM - DWI conversion mechanism in Slicer to support more scanners and file output formats.
Specific goals
- Working with the PREDICT and HDNI longitudinal data sets as sample multi-site, multi-scanner test data corpus, add support for more scanning protocols and software versions.
- General code clean-up -- DicomToNrrd had been repeatedly modified over the past few years by multiple authors, to the point where there is many instances of 'dead' code (never executed) and confusing paths of execution.
Approach, Plan
- Approach
- Begin with original DicomToNrrd code.
- Analyze source code to capture the implicit knowledge about DWI DICOM data sets.
- Refactor code to straighten out program logic and remove obsolete and incorrect code.
- Plan
- Incrementally refactor and improve C++ code
- Use regression tests, and tests against large collections of DICOM data sets to validate code
- Incorporate program into BRAINSTools suite (hosted at github) to facilitate inclusion in Slicer.
- Work with Slicer community to come up with new 'problem' datasets for testing.
Progress
- Siemens scanner models supported: Avanto, Espree, Sonata, Symphony, SymphonyTim, TrioTim, Verio
- GE scanner models supported: GENESIS_SIGNA, SIGNA, SIGNA EXCITE,SIGNA HDx, Signa HDxt
- Philips scanner models supported: Achieva, Intera
- Added support for Hitachi scanners -- in progress.
- Refactored original monolithic code into a collection of classes, one per scanner manufacturer, with common code isolated from scanner-specific code.
- More modular structure makes it easier to add new scanner models.
Delivery Mechanism
This work will be delivered to the NA-MIC Kit as a (please select the appropriate options by noting YES against them below)
- Part of BRAINSTools suite https://github.com/BRAINSia/BRAINSTools
- Slicer Module
- Built-in YES
- Extension -- commandline
- Extension -- loadable