Various widgets for visualizing electrophysiology experiments and the results of spike sorting
Authors: Jeremy Magland
Use Linux (should also work in OSX, but not yet tested)
Step 0. Install the following prerequisites
- A recent version of NodeJS
- mountainlab-js with the ml_ephys plugin package
Step 1. Clone this repository
git clone https://github.com/flatironinstitute/ephys-viz
- Install using npm:
cd ephys-viz
npm install
- Add ephys-viz/bin to your PATH environment variable
View a timeseries dataset in mda format:
ev-view-timeseries --timeseries raw.mda
ev-view-timeseries --timeseries raw.mda.prv
See also the example(s) in the ephys-viz/examples directory