Difference between revisions of "2011 Winter Project Week:DicomToNrrdRefactoring"
From NAMIC Wiki
(Created page with '__NOTOC__ <gallery> Image:PW-SLC2011.png|Projects List </gallery> ==Key Investigators== * UIowa: Hans Johnson, Mark Scully, Joy Matsui * GE…') |
|||
Line 23: | Line 23: | ||
References: | References: | ||
*[[NAMIC_Wiki:DTI:Nrrd_format | DTI:Nrrd_Format]] | *[[NAMIC_Wiki:DTI:Nrrd_format | DTI:Nrrd_Format]] | ||
+ | *[[NAMIC_Wiki:DTI:DICOM_for_DWI_and_DTI|DICOM_for_DWI_and_DTI]] | ||
</div> | </div> | ||
Revision as of 15:24, 29 December 2010
Home < 2011 Winter Project Week:DicomToNrrdRefactoringKey Investigators
- UIowa: Hans Johnson, Mark Scully, Joy Matsui
- GE: Xiaodong Tao
Objective
Gather requirements in support of refactoring the DWI DicomToNrrdConverter.
Approach, Plan
Meet with anyone interested and establish a list of known requirements for DicomToNrrdConverter. Collectively brainstorm approaches to the refactoring, such as the use of GDCM 1.2 vs. GDCM 2.x vs. DCMTK. References:
Progress
Current DWI variations list:
- slice ordering (S->I vs I->S),
- transfer syntax endianness (big, little, and unknown),
- slice arrangement (mosaic vs split, slice interleaving vs volume interleaving),
- #B-Values (single vs multiple),
- gradient vector reference frame (LPS vs patient oblique),
- slice orientation (orthogonal vs oblique),
- multiple B0s (all at beginning, all at end, interspersed)
- vendor (different ways of storing diffusion information),
- software versions (changes in how diffusion information is stored and interpreted).