Skip to content
/ phy Public
forked from cortex-lab/phy

Modules for manual spike sorting GUIs, ephys data analysis, visualization

License

Notifications You must be signed in to change notification settings

brykko/phy

 
 

Repository files navigation

phy project

A modified version of phy, which adds support for 2D spatial activation plots.

See also my modified version of phy-contrib.

Installation

  1. Make sure that you have miniconda installed. You can choose the Python 3.6 64-bit version for your operating system (Linux, Windows, or OS X).

  2. Download the environment file.

  3. Open a terminal (on Windows, cmd, not Powershell) in the directory where you saved the file and type:

    conda env create -n phy
    source activate phy  # omit the `source` on Windows
    pip install git+https://github.com/brykko/phy.git
    pip install git+https://github.com/brykko/phy-contrib.git
  4. Done! Now, to use phy, you have to first type source activate phy in a terminal (omit the source on Windows), and then call phy.

Updating the software

To get the latest version of the software, open a terminal and type:

source activate phy  # omit the `source` on Windows
pip install git+https://github.com/brykko/phy.git git+https://github.com/brykko/phy-contrib.git --upgrade

Documentation

Please refer to the main phy repository for documentation.

About

Modules for manual spike sorting GUIs, ephys data analysis, visualization

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.1%
  • JavaScript 1.5%
  • GLSL 1.1%
  • CSS 0.2%
  • Makefile 0.1%
  • Shell 0.0%