biophysics_fitting
❭ ephys
❭ BAC_caSpike_height
BAC_caSpike_height¶
-
biophysics_fitting.ephys.BAC_caSpike_height(t, v, v_dend, ca_thresh=
-55
, tstim=295
)¶ Returns the height of the calcium spike after tstim.
- Parameters:¶
t (array-like) – Time array.
v (array-like) – Voltage array.
v_dend (array-like) – Dendritic voltage array.
ca_thresh (float, optional) – Calcium threshold. Defaults to -55.
tstim (float, optional) – Time of stimulation. Defaults to 295.
- Returns:¶
Height of the calcium spike.
- Return type:¶
float