Spiral ganglion neuron model for synaptic and electrical stimulation.
- Python (2.7)
- Numpy
- Pandas
- Matplotlib
- NEURON
- Python module, i.e. you should be able to type
import neuron
in a Python shell nrnivmodl
must be available as command. Update yourPATH
environment variable, if necessary.
- Python module, i.e. you should be able to type
- cochlea
- thorns (only to run example scripts)
# Install in the developer mode python setup.py develop --user # Compile mod files (channels) cd spiral_ganglion nrnivmodl
Rudnicki, M. (2018) Computer models of acoustical and electrical stimulation of neurons in the auditory system. PhD thesis. Technische Universität München. https://mediatum.ub.tum.de/1445042
BibTeX entry:
@PhdThesis{Rudnicki2018, author = {Rudnicki, Marek}, title = {Computer models of acoustical and electrical stimulation of neurons in the auditory system}, school = {Technische Universität München}, year = {2018}, type = {Dissertation}, address = {München}, url = {https://mediatum.ub.tum.de?id=1445042}, }
The project is licensed under the GNU General Public License v3 or later (GPLv3+).