Open T-dogg opened 8 years ago
Noted. Currently, bursting and adaptive neurons have an extra current that is enabled to either induce or reduce firing. As you say, the other parameters are pretty much the same as the default ones for the other neurons.
We could perhaps make the implementation details (the function forms of the currents used in the different neurons) visible from within the app somehow.
The spike count needs to be fixed to the set point you suggest. What do you suggest to be a proper firing rate / spike interval?
Firing rate is always a problematic parameter since it depends on the time window. I think 10 spikes within 400ms is often seen with current injections. If you consider a typical interspike-interval of 10ms you get a rate of 100Hz. Furthermore, it varies between brain areas.
Below is the defenition from a seminal paper from cortex: Regular spiking (RS) neurons were defined if the mean inter-spike interval (ISI) was over 20 ms and all inter-spike intervals (ISIs) throughout the spike train were within 15% of the mean ISI. If a ratio between the shortest ISI and the mean ISI was less than 10%, the spiking pattern was described as intrinsic bursting (IB) (Connors and Gutnick, 1990).
Let us aim for adding back bursting neurons around the time we add support for community-written plugins.