spike_analysis
❭ core
❭ STAPlugin_ISIn
❭ setup
STAPlugin_ISIn.setup¶
- spike_analysis.core.STAPlugin_ISIn.setup(spike_times_analysis)¶
Sets up the analysis: Computes the inter spike interval (ISI) to the next, second next, nth spike.
_result
will be a pd.DataFrame containing the columnsISI_1
toISI_n
, and event_time.- Parameters:¶
spike_times_analysis (
SpikeTimesAnalysis
) – The spike times analysis object.
See also