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

Spike detection step is performed using detect_() function ("detect" command) and it performs filtering and spike detection. Multiple copies of spikes from nearby sites are grouped together. Spike waveforms (filtered and raw) and low-dimentional features are extracted during the detection step. To deal with large files, detection step is performed in multiple memory loading cycles.

Syntax

S0 = detect_(P)

Input

Output

Operations

  • file2spk_(): load recordings from file(s) and divide the problem to the available memory size and merge the solutions
  • spk_pos_(): compute the center-of-mass position for each spiking event.
  • save0_(): save the spike detection result
Clone this wiki locally