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 columns ISI_1 to ISI_n, and event_time.

Parameters:
spike_times_analysis : SpikeTimesAnalysis

The spike times analysis object.

See also

get_result()