vviewer
A python visualization utility for MR imaging of 3D slices.
Prerequisite software
A list of libraries needed for vviewer to function properly are listed below.
- numpy
- scipy
- nibabel
- pyvista
Pyvista is optional.
Setup For Ubuntu 14.04
Run
$ sudo apt-get install python-pip
$ sudo pip install numpy scipy nibabel
The LD_LIBRARY_PATH has to be set to the pyvista library. To do this run $ export LD_LIBRARY_PATH="Path to directory"/vviewer/vviewer/pyvista/lib/ in the terminal that you want to run the viewer in. For the installation
Setup For Mac
Same for Ubuntu only that you have to install pip using easy_install, homebrew, macport or get-pip.py from pip's home page.