spike_analysis
❭ core
❭ STAPlugin_quantification_in_period
STAPlugin_quantification_in_period¶
-
class spike_analysis.core.STAPlugin_quantification_in_period(name=
'frequency_in_period'
, source='st_df'
, period=None
, t_start=None
, t_end=None
, mode='frequency'
)¶ SpikeTimeAnalysis (STA) plugin to quantify the activity in a period.
- Parameters:¶
name (str, optional) – The name of the plugin. Defaults to ‘frequency_in_period’.
source (str, optional) – The
DataBase
key containing the spike times. Defaults to ‘st_df’.period (str, optional) – The period to analyze. Defaults to None (entire trace).
t_start (float, optional) – The start time of the period. Defaults to None.
t_end (float, optional) – The end time of the period. Defaults to None.
- Attributes:¶
- Methods:¶
setup
(spike_times_analysis)Sets up the analysis: quantifies the activity in a period.