Curate, visualize, and annotate your behavioral ephys data using Python
Project description
Curate, visualize, and annotate your behavioral ephys data using Python
Installation
Because neurotic depends on some pre-release changes in a couple libraries, pip cannot automatically fetch all dependencies during normal setup. The file requirements.txt is provided for installing the correct versions of dependencies. Both neurotic and its dependencies can be installed using these commands:
git clone https://github.com/jpgill86/neurotic cd neurotic pip install -r requirements.txt pip install .
If you get an error while installing PyAV, try this:
conda install -c conda-forge av
and then attempt to install the dependencies in requirements.txt again.
Getting started
Launch the standalone app from the command line:
neurotic
A simple example is provided. Select the “example dataset”, download the associated data, and then click launch.
Questions and support
Please post any questions, problems, comments, or suggestions in the GitHub issue tracker.
Changes
0.1.1
Fix various downloader errors (#7)
0.1.0
First release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.