GithubHelp home page GithubHelp logo

esi-neuroscience / syncopy Goto Github PK

View Code? Open in Web Editor NEW
42.0 7.0 12.0 11.79 MB

Systems Neuroscience Computing in Python: user-friendly analysis of large-scale electrophysiology data

License: BSD 3-Clause "New" or "Revised" License

Python 99.68% Shell 0.28% Batchfile 0.04%
computational-neuroscience ecog analysis spectral-methods brain neuroscience systems-neuroscience

syncopy's Introduction

Syncopy-Logo

Systems Neuroscience Computing in Python

Conda Version PyPI version License DOI

Master Tests Master Coverage

Syncopy aims to be a user-friendly toolkit for large-scale electrophysiology data-analysis in Python. We strive to achieve the following goals:

  1. Syncopy is a fully open source Python environment for electrophysiology data analysis.
  2. 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.
  3. Syncopy is compatible with FieldTrip. Data and results can be loaded into MATLAB and Python, and 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.

Contact

To report bugs or ask questions please use our GitHub issue tracker. For general inquiries please contact syncopy (at) esi-frankfurt.de.

Installation

We recommend to install SynCoPy into a new conda environment:

  1. Install the Anaconda Distribution for your Operating System if you do not yet have it.
  2. Start a new terminal.
    • You can do this by starting `Anaconda navigator, selecting Environments in the left tab, selecting the base (root) environment, and clicking the green play button and then Open Terminal`.
    • Alternatively, under Linux, you can just type `bash` in your active terminal to start a new session.

You should see a terminal with a command prompt that starts with `(base), indicating that you are in the conda base` environment.

Now we create a new environment named `syncopy` and install syncopy into this environment:

conda create -y --name syncopy
conda activate syncopy
conda install -y -c conda-forge esi-syncopy

Getting Started

Please visit our online documentation.

Developer Installation

To get the latest development version, please clone our GitHub repository and change to the dev branch. We highly recommend to install into a new conda virtual environment, so that this development version does not interfere with your existing installation.

git clone https://github.com/esi-neuroscience/syncopy.git
cd syncopy/
conda env create --name syncopy-dev --file syncopy.yml
conda activate syncopy-dev
pip install -e .

We recommend to verify your development installation by running the unit tests. You can skip the parallel tests to save some time, the tests should run in about 5 minutes then:

python -m pytest -k "not parallel"

You now have a verified developer installation of Syncopy. Please refert to our contributing guide if you want to contribute to Syncopy.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.