Coder Social home page Coder Social logo

ecephys's Introduction

ecephys

Python tools for extracellular electrophysiology at the Wisconsin Institute for Sleep and Consciousness.

Installation

Requirements:

Updated 1/22/2024 -- May be more recent than CSC-UW/ece-env.

I reccomend Python 3.11. pyfftw technically allows you to use Python >3.11, but only provides prebuilt wheels through 3.11, and if you are using mamba/conda and CPython (probable), pyfftw's build will probably fail for 3.12.

You need to use the CSC-UW fork of spikeinterface. The specific branch you need depends on your intent. For running spike sorting, use wisc/sorting. For everything else, use wisc/dev.

pip install "git+ssh://[email protected]/CSC-UW/spikeinterface.git@wisc/dev # For general use 
pip install "git+ssh://[email protected]/CSC-UW/spikeinterface.git@wisc/sorting # For spike sorting
# Example of an editable install
git clone https://github.com/CSC-UW/spikeinterface.git
cd spikeinterface
pip install -e .
git checkout wisc/sorting

If you are spike sorting, you probably also want pytorch for spikeinterface's drift correction. If you are using ephyviewer and Python 3.11, I reccomend PySide6 + Qt6:

pip install PySide6

Note that ibllib depends indirectly on Qt5 (PyQtWebEngine-Qt5 and PyQt5-Qt5). It probably doesn't really need these, but they're going to get installed anyways, and that should be fine. You'll never invoke them. If you need to, see below.

Other

Unfortuantely, this package cannot be published to PyPI so long as its dependencies include git URLs (e.g. kCSD-python, our spikeinterface fork, etc.)

From the past

If for some reason you need to use Qt5, this is what used to work and is now broken. We have no working solution for Qt5 currently.

conda install -c conda-forge pyqt qtpy qtconsole
pip install pyqt5 ephyviewer

ecephys's People

Contributors

grahamfindlay avatar tombugnon avatar kortdriessen avatar dealteriis avatar cavelligonca avatar maomrong avatar

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.