spike_analysis
❭ core
❭ STAPlugin_bursts
❭ setup
STAPlugin_bursts.setup¶
- spike_analysis.core.STAPlugin_bursts.setup(spike_times_analysis)¶
Sets up the analysis: Detects high frequency events (doublet, triplet, …) that occur within a timewindow.
_result
will be a pd.DataFrame containing the annotated dataframe containing the event times, classes and interspike intervals.- Parameters:¶
spike_times_analysis (
SpikeTimesAnalysis
) – The spike times analysis object.
See also