Difference between revisions of "2011 Winter Project Week:DicomToNrrdRefactoring"
From NAMIC Wiki
Line 34: | Line 34: | ||
* slice arrangement (mosaic vs split, slice interleaving vs volume interleaving), | * slice arrangement (mosaic vs split, slice interleaving vs volume interleaving), | ||
* #B-Values (single vs multiple), | * #B-Values (single vs multiple), | ||
− | * gradient vector reference frame ( | + | * gradient vector reference frame (Scanner vs patient), |
* slice orientation (orthogonal vs oblique), | * slice orientation (orthogonal vs oblique), | ||
* multiple B0s (all at beginning, all at end, interspersed) | * multiple B0s (all at beginning, all at end, interspersed) |
Revision as of 16:05, 11 January 2011
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 (Scanner vs patient),
- 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).