This repository contains code for analyzing the different MRI projects in our team. The analysis_code folder contains the main scripts for preprocessing and pRF analysis. Each project also has its own folder with project-specific analysis code.
Marco BEDINI, Sina KLING, Uriel LASCOMBES, Martin SZINTE
After pRF analysis each project has its own analysis. The project's read me can be found at :
To install dependencies run the following:
pip install -r requirements.txt
Afterwards we recommend working with a conda environment.
Install pycortex:
CFLAGS="-std=c99" pip install git+https://github.com/gallantlab/pycortex.git
Install prfpy:
git clone https://github.com/VU-Cog-Sci/prfpy.git
cd to folder
python installer.py
everything should be fine, so to check that all version are correct:
pip install -r requirements.txt