rordenlab / dcm2niix

dcm2nii DICOM to NIfTI converter: compiled versions available from NITRC
https://www.nitrc.org/plugins/mwiki/index.php/dcm2nii:MainPage
Other
902 stars 229 forks source link

CT and MR images in same go #295

Closed nmarkowitz closed 5 years ago

nmarkowitz commented 5 years ago

Hi,

When converting a MR session of dicom images to niftis, could anything go wrong if the -m flag is used? I work with CT scans as well so that flag is used quite often. Thanks for this amazing app!

neurolabusc commented 5 years ago

For MRI sequences, generally one does not want to merge data from a single series where echo time, coil, or orientation varies. Hence the default is to not merge (-m n). For example, most tools want a field map with two echoes to be saved as two distinct 3D images. Unfortunately, there is no such consistency in CT users. Some teams want to separate CT data for different exposures or different current voltage, while other teams while other teams want to combine them. This does not reflect a limitation in dcm2niix, rather different expectations by different groups.

I guess the question is whether you ever want to merge your CT data. If so, you may want to write a simple script that separates the CTs from the MRs.