-
Notifications
You must be signed in to change notification settings - Fork 22
manual_()
jamesjun edited this page Dec 6, 2017
·
12 revisions
- GUI tool for manual verification and correction, invoked by
jrc manualcommand. This GUI is comprised of nine linked views that respond to user interactions from keyboard and mouse clicks.

- manual_(P, vcMode)
- Parameters struct (P)
- vcMode: Run mode. Choices: 'normal' (default) or 'debug'
- plot_FigPos_(): Plot or update the unit position view (spike waveforms arranged by the site positions)
- plot_FigMap_(): Plot or update the color-coded activity map on the probe site layout
- plot_FigWav_(): Plot or update the average unit waveforms
- plot_FigTime_(): Plot or update the amplitudes vs. time view
- plot_FigProj_(): Plot or update the 2D projection view
- plot_FigWavCor_(): Plot or update the waveform correlation matrix
- plot_FigHist_(): Plot or update the ISI histogram
- plot_FigIsi_(): Plot or update the ISI return map (plots previous ISI vs. next ISI).
- plot_FigCorr_(): Plot or update the spike timing cross-correlation view
- plot_FigRD_(): Plot the Rho-Delta plot (Rodriguez-Laio) and identify the cluster centers that exceeds the cluster detection threshold
See also: Video tutorials
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