Syncopy aims to be a user-friendly toolkit for large-scale electrophysiology data-analysis in Python. We strive to achieve the following goals:
- Syncopy is a fully open source Python environment for electrophysiology data analysis.
- Syncopy is scalable and built for very large datasets. It automatically makes use of available computing resources and is developed with built-in parallelism in mind.
- Syncopy is compatible with FieldTrip. Data and results can be loaded into MATLAB and Python, parameter names and function call syntax are as similar as possible
Syncopy is developed at the Ernst Strüngmann Institute (ESI) gGmbH for Neuroscience in Cooperation with Max Planck Society and released free of charge under the BSD 3-Clause "New" or "Revised" License.
To report bugs or ask questions please use our GitHub issue tracker. For general inquiries please contact syncopy (at) esi-frankfurt.de.
Syncopy is available on pip
pip install esi-syncopy
To get the latest development version, please clone our GitHub repository:
git clone --recurse-submodules https://github.com/esi-neuroscience/syncopy.git
Please visit our online documentation.