-
Notifications
You must be signed in to change notification settings - Fork 22
Code listing
jamesjun edited this page Nov 1, 2017
·
4 revisions
- jrc.m: JRCLUST wrapper. It calls the latest version (currently jrc3.m)
- jrc3_gui.m: Main GUI for JRCLUST (called by "jrc gui" or "jrc3 gui").
- jrc3.m: JRCLUST ver3
- jrc3_test.m: Test scripts for jrc3.m
- jrc2.m: JRCLUST ver2
- jrc1.m: wrapper for jrclust.m
- jrclust.m: JRCLUST ver1
- jrc3_cuda_rho.cu: Compute the local density Rho used in DPCLUS
- jrc3_cuda_delta.cu: Compute the distance separation Delta used in DPCLUS
- plotSpikeRaster.m: plot spike rasters. Downloaded from file exchange
- fft_clean.m: fft-based de-noising function
- filtfilt_chain.m: apply filter chain (forward-backward filter)
- multiplot.m: plot multiple traces fast by using a single line object
- clusterVerify.m: verify clusters using ground-truth dataset
- mouse_figure.m: use a mouse wheel to zoom and pan Matlab figures
- get0.m: get the master struct (same as get(0, 'UserData').
- kilosort.m
- kilosort/: Kilosort related codes
- isosplit.m: Isosplit related code (under development)
- neuroshare/: Contains neuroshare import codes
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