single_cell_parser
❭ analyze
❭ membrane_potential_analysis
❭ compute_vm_std_windows
compute_vm_std_windows¶
-
single_cell_parser.analyze.membrane_potential_analysis.compute_vm_std_windows(vStd, tStim, dt, width=
35.0
, window_start_times=None
)¶ Compute the standard deviation of the voltage during different time windows.
- Parameters:¶
vStd (list) – List of standard deviations of the voltage
tStim (float) – Time of stimulation
dt (float) – Time step.
width (float) – Width of each time window. Default is \(35.0 ms\).
window_start_times (list) – List of start times for the time windows. Default is
[-50.0, 15.0]
.
- Returns:¶
A tuple containing the time windows and the average standard deviations.
- Return type:¶
tuple