Convert single files into one .nii

Not directly, but yest it’s possible, for example by a thing like that:
After that you load MRIcroGL (dcm2niix)

import os
command1 = “dcm2nix /YourDirectory/data.IMA”
os.system(command1)