analysiscenter/radio

reading nifti files

s-mostafa-a opened this issue · 1 comments

Do this library support reading nifti (nii.gz) files?
I tried just like tutorial for dicom files but got the error of this issue.

Try calling load with parameter fmt = 'nii'. Our load function uses nibabel library to load nifti images to arrays, so you need to install it too.