-
Notifications
You must be signed in to change notification settings - Fork 9
Install TFCE_mediation
trislett edited this page Jul 15, 2020
·
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 Ubuntu 16.04 the python-dev package will need to be installed
For debian based systems:
sudo apt-get install python-dev python-tk
or
PIP Install (recommended) The python dependencies will automatically be installed.
sudo -H pip install -U git+https://github.com/trislett/TFCE_mediation.git
virtualenv python2env
source python2env/bin/activate
pip install -U tfce-mediation
Maybe add the sourced environment to your bashrc (echo source $PWD/python2env/bin/activate >> ~/.bashrc
)
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
Note: for OSX you may need to turn off SIP or use geodesic FWHM smoothing in step0-vertex instead of Freesurfer's surface smoothing.
TMI_Viewer: Vertex/Voxel Rendering for TMI files
Quick install:
- Dependencies
- Ubuntu 14.04
sudo apt-get install tcl-vtk
sudo apt-get install vtk6 python-vtk python-qt4
- Ubuntu 16.04
sudo apt-get install vtk6 python-vtk python-qt4
- 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 # optional
bash download_9mm_geodesic_fwhm_files.sh # download geodesic FWHM support files