STAPlugin_bursts¶
-
class spike_analysis.core.STAPlugin_bursts(name=
'bursts', source='spike_times', event_maxtimes=None, event_names=None)¶ SpikeTimeAnalysis (STA) plugin to detect high frequency events (doublet, triplet, …) that occur within a timewindow.
See also
spike_analysis.core.SpikeTimesAnalysisreads insource.- Parameters:¶
- name : str, optional¶
The name of the plugin. Defaults to ‘bursts’.
- source : str, optional¶
The
DataBasekey containing the spike times. Defaults to ‘spike_times’.- event_maxtimes : dict, optional¶
Dictionary containing the maximum duration of each event type. Default:
{0:0, 1:10, 2:30}- event_names : dict, optional¶
Dictionary containing the names of the event types. Default:
{0: "singlet", 1: "doublet", 2: "triplet"}
- Attributes:¶
- Methods:¶
setup(spike_times_analysis)Sets up the analysis: Detects high frequency events (doublet, triplet, …) that occur within a timewindow.
event_analysis_bursts(row, event_maxtimes, event_names)static Detects high frequency events (doublet, triplet, …) that occur within a timewindow.
Documentation unclear, incomplete, broken or wrong? Let us know