reading nifti files
s-mostafa-a opened this issue · 1 comments
s-mostafa-a commented
Do this library support reading nifti (nii.gz) files?
I tried just like tutorial for dicom files but got the error of this issue.
dmylzenova commented
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.