biophysics_fitting
❭ hay
❭ evaluation
❭ _Step
❭ DI
_Step.DI¶
- biophysics_fitting.hay.evaluation._Step.DI(voltage_traces)¶
Get the ISI of the first two spikes in the somatic voltage trace.
- Parameters:¶
voltage_traces (dict) – dictionary with the voltage traces of the soma and dendrite.
- Returns:¶
- Dictionary mapping
".check_1AP"
to whether there is at least one action potential in the somatic voltage trace, and
".raw"
to the delay index of the initial spike.
- Dictionary mapping
- Return type:¶
dict
See also
STEP_delay_index()