-
Notifications
You must be signed in to change notification settings - Fork 22
Cluster struct (S_clu)
James Jun edited this page Jan 3, 2018
·
5 revisions
| Extension | Content | Format |
|---|---|---|
| nClu | Number of clusters | double |
| viClu | Cluster index for each spike (0 is a noise cluster, negative numbers are deleted clusters) | nSpikes x 1: int32 |
| viClu_auto | Automated output for cluster index | nSpikes x 1: int32 |
| viSite_clu | Center site for each cluster | 1 x nClu: double |
| vrPosX_clu | x position center of mass for each cluster | Vector of double |
| vrPosY_clu | y position center of mass for each cluster | Vector of double |
| csNote_clu | Manual annotation for each cluster | Cell string |
| trWav_spk_clu | Mean filtered waveforms for each cluster (centered, nSites_spk=2 x maxSites + 1) | nSamples x nSites_spk x nClusters: single |
| tmrWav_spk_clu | Mean filtered waveforms for each cluster (all sites) | nSamples x nSites x nClu: single |
| trWav_raw_clu | Mean raw waveforms for each cluster (centered) | 2xnSamples x nSites_spk x nClu: single |
| tmrWav_raw_clu | Mean raw waveforms for each cluster (all sites) | 2xnSamples x nSites x nClu: single |
| mrWavCor | Waveform correlation between clusters | nClu x nClu: double |
| vnSite_clu | Cluster quality: number of sites exceeding the detection threshold | nClu x 1: double |
| vrVmin_clu | Cluster quality: negative peak voltage per cluster | 1 x nClu: single |
| rho | DPCLUS density parameter | 1 x nSpikes: single |
| delta | DPCLUS distance to the nearest neighbor having a greater rho | 1 x nSpikes: single |
| ordrho | DPCLUS index ordered by the density (rho) | 1 x nSpikes: double |
| dc | DPCLUS distance cut-off | 1 x nSpikes: single |
| nneigh | DPCLUS nearest neighbor | 1 x nSpikes: uint32 |
| icl | DPCLUS | nClu x 1: double |
| vrVpp_clu | Quality metrics: Unit peak-to-peak voltage (filtered) at the peak site | nClu x 1: single |
| vrSnr_clu | Quality metrics: Signal to noise ratio at the peak site (SNR = Vpeak / Vrms) | nClu x 1: single |
| vrIsoDist_clu | Quality metrics: Unit Isolation distance | nClu x 1: double |
| vrLRatio_clu | Quality metrics: Unit L-ratio | nClu x 1: double |
| vrIsiRatio_clu | Quality metrics: Unit ISI-ratio | nClu x 1: double |
| vrVmin_uv_clu | Quality metrics: Min. voltage (uV) of the mean raw waveforms at the peak site | nClu x 1: double |
| vrVpp_uv_clu | Quality metrics: Peak-to-peak voltage (uV) of the mean raw waveform at the peak site | nClu x 1: double |
| P | Parameters struct (P) | struct |
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