NOTE: this repository is archived and will be deprecated once phy 2.0 is released
Plugins for phy. Currently, this package provides two integrated spike sorting GUIs:
- KwikGUI: to be used with Klusta and the Kwik format (successor of KlustaViewa)
- TemplateGUI: to be used with KiloSort and SpykingCircus
You first need to install phy. Then, activate your conda environment and do:
pip install phycontrib
If you want to use the bleeding-edge version, do:
git clone https://github.com/kwikteam/phy-contrib.git
cd phy-contrib
python setup.py develop
Then, you can update at any time with:
cd phy-contrib
git pull
- Main documentation
- KwikGUI documentation (work in progress)
- TemplateGUI documentation