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.
_resultwill be a pd.DataFrame containing the columnsISI_1toISI_n, and event_time.- Parameters:¶
- spike_times_analysis : SpikeTimesAnalysis¶
The spike times analysis object.
See also
Documentation unclear, incomplete, broken or wrong? Let us know