questions > RE: Transformation Philips Enhanced dcm to one nii file.
Oct 11, 2019  12:10 PM | Anton Troitskii
RE: Transformation Philips Enhanced dcm to one nii file.
Originally posted by Chris Rorden:
Hello. This is the intended behavior. dcm2niix tries to create consistent NIfTI files regardless of the different interpretations of the DICOM standard used by different vendors. It will fill the first 3 dimensions with spatial data, and will create 4D data for sequences where the 4th dimension is time (fMRI, ASL, resting state, etc) or gradient direction (diffusion data). However, the NIfTI standard does not really specify how other properties (echo time, trigger time, phase data, real data) should be stored. Therefore, dcm2niix saves each of these different properties as a separate NIfTI file, and uses the file name to distinguish them. 

While for your own work, it might be convenient if dcm2niix packed the echo time in a different dimension, this would not be the desired behavior for someone working with a multi-echo fMRI time series. 

I think either [url=https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FSL%20FAQ]FSLMerge[/url] or nii = NII_TOOL('cat3D', filenames) will concatenate your images. Alternatively, you might want to contact the developers of NiftyFit.


Thank you for your answer it has clarified my gaps. But you mentioned the word "marge" in your message. So, I started to google and found that dcm2niix has an option "-m". It was very helpful to me and I have sorted out with this issue. So, finally, I have one "4D" file with multi-echo.

Threaded View

TitleAuthorDate
Anton Troitskii Sep 25, 2019
Chris Rorden Sep 25, 2019
RE: Transformation Philips Enhanced dcm to one nii file.
Anton Troitskii Oct 11, 2019