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)
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)