Difference between revisions of "2011 Summer Project Week Dicom2Nrrd"
From NAMIC Wiki
Line 18: | Line 18: | ||
<!-- What you plan to achieve during project week goes here --> | <!-- What you plan to achieve during project week goes here --> | ||
*Refactoring the DWI DicomToNrrdConverter using GDCM 2.x. | *Refactoring the DWI DicomToNrrdConverter using GDCM 2.x. | ||
− | |||
− | |||
By separating the big (and only) .cxx file into multiple small classes that handle one type of data each, the maintainability of the entire code will be greatly improved. And the program can easily be extended into new vendor's format and new data types (for example, time series). | By separating the big (and only) .cxx file into multiple small classes that handle one type of data each, the maintainability of the entire code will be greatly improved. And the program can easily be extended into new vendor's format and new data types (for example, time series). |
Revision as of 18:56, 16 June 2011
Home < 2011 Summer Project Week Dicom2Nrrd- DicomToNrrdUIPanel.jpg
Dicom To NRRD Converter
Key Investigators
- GE Research: Xiaodong Tao
- UIowa: Mark Scully
Objective
- Refactoring the DWI DicomToNrrdConverter using GDCM 2.x.
By separating the big (and only) .cxx file into multiple small classes that handle one type of data each, the maintainability of the entire code will be greatly improved. And the program can easily be extended into new vendor's format and new data types (for example, time series).
Approach, Plan
- Separate code for supporting different DICOM format from various vendors into individual classes.
- As a project week activity, we will code up the base class and implementation for one vendor format.
- The interface visible to the users (the driver program) will be keep unchanged.
Progress
References
Delivery Mechanism
This work will be delivered to the NAMIC Kit as a command line module.