-
Notifications
You must be signed in to change notification settings - Fork 23
sort_()
jamesjun edited this page Oct 31, 2017
·
12 revisions
- Sort spikes using the feature and waveform info
- Called by "jrc sort myparam.prm"
- S0 = sort_(P)
- Spike detection is already done using detect_(). is_detected_() checks whether the spike detection is already done. "jrc sort" command calls detect_() if [[is_detected_()] returns false.
-
fet2clu_(): Cluster the spike features (trFet_spk)
-
cluster_spacetime_(): Apply spatiotemporal DPCLUS (divide and conquer density-based clustering)
- For each site, compute Rho (density) and Delta (distance) values for each spike using DPCLUS clustering
- calc_dc2_(): Compute distance cut-off value (dc) based on the P.dc_percent parameter.
- cuda_rho_(): Compute local density (rho) per each spike using GPU.
- cuda_delta_(): Compute separation distance (delta) per each spike using GPU.
-
cluster_spacetime_(): Apply spatiotemporal DPCLUS (divide and conquer density-based clustering)
- postCluster_(): Group clusters using rho and delta values (see P.rho_cut, P.delta1_cut), and apply automated merging based on the mean unit waveforms
- post_merge_(): Merge units based on the mean spike waveforms. Unit pairs with correlation above the threshold (P.maxWavCor) is automatically merged.
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