spike_analysis
❭ core
❭ SpikeTimesAnalysis
❭ get_by_trial
SpikeTimesAnalysis.get_by_trial¶
- spike_analysis.core.SpikeTimesAnalysis.get_by_trial(key)¶
Get spike information by trial.
Assumes the key refers to an STAPlugin that contains the attribute
_by_trial
.- Parameters:¶
key (str) – The name of the event analysis routine, referring to an STAPlugin.
Example
STAPlugin_response_probability_in_period
andSTAPlugin_response_latency_in_period
have this attribute.