-
Notifications
You must be signed in to change notification settings - Fork 9
Install TFCE_mediation
trislett edited this page Aug 30, 2017
·
17 revisions
TFCE_mediation should work with any UNIX based system. It has been tested on Ubuntu 14.04 and 16.04, Arch Linux, and OSX
- If TkInter is not already installed: python-tk
For debian based systems:
sudo apt-get install python-tk
or
PIP Install (recommended) The python dependencies will automatically be installed.
sudo pip install -U tfce-mediation
OR
Install from source (requires the following python packages: numpy, scipy, matplotlib, nibabel, cython, scikit-learn, joblib):
git clone https://github.com/trislett/TFCE_mediation.git
cd TFCE_mediation
sudo python setup.py install
TMI_Viewer: Vertex/Voxel Rendering for TMI files
Quick install:
For Ubuntu:
sudo apt-get install vtk6 python-vtk
For OSX:
brew install vtk
Install using PIP:
sudo -H pip install -U tmi_viewer
TM_ADDONS: Support files for Geodesic FWHM smoothing, Blender Scenes for PLY images, and more.
Quick install:
git clone https://github.com/trislett/tm_addons.git
cd tm_addons
echo export TM_ADDONS=$PWD >> ~/.bashrc
bash download_9mm_geodesic_fwhm_files.sh