wsphillips / Conductor.jl

Choo-choo
MIT License
60 stars 12 forks source link

Optional refractory period #55

Closed wsphillips closed 1 year ago

wsphillips commented 1 year ago

Allow "threshold only" gating of synaptic events (and therefore postsynaptic currents). Currently, spike events are limited to positive-going threshold-crossing events. This behavior enforces a refractory period until the voltage of the presynaptic root compartment (i.e. the soma) goes back below the threshold voltage.

The kinetics of some models depend on a continuous/repetitive suprathreshold activation. To accomodate these, we need an option to repeatedly trigger suprathreshold events.

wsphillips commented 1 year ago

fixed by #56