Difference between revisions of "2013 Summer Project Week:DWIConvert"
From NAMIC Wiki
(→Key Investigators: Made table of supported scanner/software) |
|||
Line 38: | Line 38: | ||
* Refactored original monolithic code into a collection of classes, one per scanner manufacturer, with common code isolated from scanner-specific code. | * 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. | * More modular structure makes it easier to add new scanner models. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</div> | </div> | ||
</div> | </div> | ||
+ | |||
+ | {| class="wikitable" | ||
+ | ! Scanner | ||
+ | Manufacturer | ||
+ | ! Software version | ||
+ | |- | ||
+ | | Seimans | ||
+ | | | ||
+ | Avanto | ||
+ | Espree | ||
+ | Sonata | ||
+ | Symphony | ||
+ | SymphonyTim | ||
+ | TrioTim | ||
+ | Verio | ||
+ | |- | ||
+ | | GE | ||
+ | | | ||
+ | GENESIS_SIGNA | ||
+ | SIGNA | ||
+ | SIGNA EXCITE | ||
+ | SIGNA HDx | ||
+ | Signa HDxt | ||
+ | |- | ||
+ | | Philips | ||
+ | | | ||
+ | Achieva | ||
+ | Intera | ||
+ | |- | ||
+ | | Hitachi | ||
+ | | | ||
+ | In Progress | ||
+ | |} | ||
==Delivery Mechanism== | ==Delivery Mechanism== |
Revision as of 19:24, 20 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
- 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.
Scanner
Manufacturer |
Software version |
---|---|
Seimans |
Avanto Espree Sonata Symphony SymphonyTim TrioTim Verio |
GE |
GENESIS_SIGNA SIGNA SIGNA EXCITE SIGNA HDx Signa HDxt |
Philips |
Achieva Intera |
Hitachi |
In Progress |
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