pynifti_pst

Python interface to the NIfTI I/O libraries

Install

All systems
curl cmd.cat/pynifti_pst.sh
Debian Debian
apt-get install python-nifti
Ubuntu
apt-get install python-nifti
image/svg+xml Kali Linux
apt-get install python-nifti
Windows (WSL2)
sudo apt-get update sudo apt-get install python-nifti
Raspbian
apt-get install python-nifti

python-nifti

Python interface to the NIfTI I/O libraries

Using PyNIfTI one can easily read and write NIfTI and ANALYZE images from within Python. The NiftiImage class provides Python-style access to the full header information. Image data is made available via NumPy arrays.