PyRat_fMRI can get you from a 4D NIFTI file to an activation map in under 1 minute. It is meant for a quick inspection of activation maps, NOT for formal analysis.
The GUI is built with Tk (python's tkinter module). It can perform the following functions:
- Reading of 4D fMRI data in NIFTI format
- Display of mean volume in mosaic layout
- Linear detrending in time
- Gaussian smoothing in space
- Creation of block design regressors (including HRF convolution)
- Computation and display of Pearson's correlation maps (with regressor)
- Display of thresholded correlation maps
The app was written with python 3.7.3 on ubuntu 18.04 using the packages below:
- numpy 1.16.4
- scipy 1.3.0
- matplotlib 3.1.0
- seaborn 0.9.0
- nibabel 2.5.0
git clone https://github.com/niksirbi/PyRat_fMRI.git
cd PyRat_fMRI
python PyRat_fMRI.py