yuval-harpaz / MNE4D

running MNE on 4D-neuroimaging data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MNE4D

running MNE on 4D-neuroimaging data. Install MNE python on linux, clone the repo at https://github.com/mne-tools/mne-python . To convert 4D data such as 'c,rfhp0.1Hz' to fif file use Denis' function mne_bti2fiff.py , from linux terminal run something like this: mne_bti2fiff.py -p c,rfDC -o test_raw.fif . For the terminal to find the faunction add the commands folder to its path, I did it by adding to .bashrc this line: export PATH=/home/yuval/mne-python/mne/commands:$PATH

About

running MNE on 4D-neuroimaging data

License:GNU General Public License v2.0


Languages

Language:Python 92.7%Language:MATLAB 4.4%Language:Shell 2.9%