niftilib is a collection of i/o routines for the nifti1 neuroimage data format
niftilib is a collection of i/o routines for the nifti1 neuroimage data format. C (nifticlib), Java (niftijlib), Matlab (niftimatlib), and Python (pynifti) code is available. Information about the nifti format is available at http://nifti.nimh.nih.gov/df
niftilib is a collection of i/o routines for the nifti1 neuroimage data format. C (nifticlib), Java (niftijlib), Matlab (niftimatlib), and Python (pynifti) code is available. Information about the nifti format is available at http://nifti.nimh.nih.gov/df
To install nifticlib, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install nifticlib
To see what files were installed by nifticlib, run:
port contents nifticlib
To later upgrade nifticlib, run:
sudo port selfupdate && sudo port upgrade nifticlib
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.