Skip to content
jamesjun edited this page Dec 20, 2017 · 10 revisions

This struct is saved in _jrc.mat. If the parameter file (.prm) is sample_sample.prm, then the output file is sample_sample_jrc.mat.

Name Content Data format
viTime_spk Spike timing in ADC sample unit nSpikes x 1: int32
viSite_spk Site with the peak spike amplitude nSpikes x 1: int32
viSite2_spk Site with the second peak spike amplitude nSpikes x 1: int32
vrAmp_spk Spike amplitude (local min. after filtering) nSpikes x 1: int16
cviSpk_site Cell of the spike indices per site Cell of vector of int32
vrThresh_site Detection threshold per site 1 x nSites: single
dimm_spk Dimensions for spike waveforms (stored in _spkwav.bin file) 1 x 3: double
dimm_raw Dimensions for the raw spike waveforms (stored in _spkraw.bin file) 1 x 3: double
dimm_fet Dimensions for the features (stored in “_fet.bin” file) 1 x 3: double
runtime_detect CPU time to run spike detection in sec double
runtime_sort CPU time to run spike sorting in sec double
nLoads Number of memory page loading double
mrPv_global Principal vectors nSamples_spk x P.nPcPerChan: single
vrD_global Eigenvalues for the principal vectors (variance explained) P.nPcPerChan x 1: single
viT_offset_file Offset from the beginning for each memory page loading nLoads x 1: double
S_clu Cluster struct (S_clu) struct
P Parameters struct (P) struct
Clone this wiki locally