-
Notifications
You must be signed in to change notification settings - Fork 22
SpikeGLX
jamesjun edited this page Dec 20, 2017
·
6 revisions
- Signed 16-bit integer
- ADC samples from channels 1 to n sampled at time k is stored together in series. Suppose a_b stands for an ADC sample from channel a at time step b, then the channel ordering from time step 1 to k is:
[1_1, 2_1, ..., n_1], [1_2, 2_2, ..., n_2], ..., [1_k, 2_k, ..., n_k]
- Recording format such as the sampling rate and number of channels stored is saved in .meta file (e.g. if the recordings are stored in
sample.bin
, the meta file is stored insample.meta
in the same folder). - JRCLUST reads subset of meta file tags to construct a .prm file. For more information, visit SpikeGLX documention on Github.
- GitHub page for SpikeGLX
Home
JRCLUST pipeline
Performance benchmark
Step-by-step tutorial
Video tutorials
Command line interface
Requirements and Installation
Tetrodes sorting
Command listing
Code listing
Function listing
Main GUI
Preview GUI
Probe GUI
Traces GUI
Manual GUI
PSTH view
Input and output files
Probe file
Batch file
Supported recording format
User configuration file
Combining multiple files
Generating trial files
Master struct (S0)
Parameters struct (P)
Cluster struct (S_clu)
Global variables
Variable naming convention