Neuropycon package of functions for electrophysiology analysis, can be used from graphpype and nipype
https://neuropycon.github.io/ephypype
ephypype works with python3
The dependencies (mne, nipype) are automatically installed during ephypype installation (see :ref:`ephy_install`).
We also recommend to install MNE python by following the installation instructions
To install ephypype, use the following command:
$ pip install ephypype
or alternatively, you can download from github the last version and install it:
$ git clone https://github.com/neuropycon/ephypype.git
$ cd ephypype
$ python setup.py develop
- Download Freesurfer software:
https://surfer.nmr.mgh.harvard.edu/fswiki/DownloadAndInstall
- Follow the Installation instructions