DICOM to NIFTI

Hello ,

I’m new in this community so hi,
I started to convert DICOM to NIFTI but it appear just folders at the end …my command line doesn’t work. Can someone help me ?

cmd = “mcverter --output=”+nifti+" --format=nifti --fourd --nii --split_dir "+dicom

you can use “MRIcroGL” to convert (drawback is, you have to convert one subject at a time)
or you can use " dcm2niix" python library. and write a python script to convert a batch of subjects in one go