Category "nibabel"

How to read multiple Nifti files from the same folder with Nibabel?

I did see a couple of tuts related to Nibabel, that work fine when you are reading only one nii image, but I need to read 167 files from the same folder, and I

Memmap AttributeError when trying to access nifti image header

After loading a NIFTI (.nii) image (using Nibabel) with the code scan = nibabel.load(filepath), it is useful to display the image header information via scan.he