This repository contains a sample infant dataset analysis script. The
corresponding data files (to be downloaded to the same folder as
pipeline.py
) can be obtained from OSF.io:
This script requrires:
If you install Anaconda, you can get all dependencies with something like:
(base) $ conda create -n isolated -c conda-forge mne h5io
(isolated) $ conda activate isolated
(isolated) $ pip install https://github.com/LABSN/mnefun/zipball/dde46d7f58df8eccc55e3c56370c0bc27c7d1653
Then running python -i pipeline.py
should work!
We plan to incorporate the mnefun functions and the workflow from thes script into the MNE-Python and MNE-BIDS-Pipeline packages, see: