-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
56 lines (46 loc) · 2.11 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
This model package provides NEURON codes associated with paper:
Vasilkov V. A. and Tikidji-Hamburyan R. A.(2012)
Accurate Detection of Interaural Time Differences by a Population of Slowly Integrating Neurons.
Phys. Rev. Lett. 108, 138104.
Scripts in this folder were used to produce Fig.3c of the paper.
Any questions for implementing the model should be directed to
Ruben Tikidji-Hamburyan (rtikid@lsuhsc.edu, ruben.tikidji.hamburyan@gmail.com)
OR/AND
Viacheslav Vasilkov (vasilkov.va@gmail.com)
***************************************************************************
To run simulation:
under Linux:
$nrnivmodl
$nrngui -nogui hh10000-X-X-X.hoc
To get dat file:
$python csv2dat.py hh10000-X-X-X.csv
***************************************************************************
File description:
README - this file
hh10000-gsyngrad-scan11-step0.01.hoc
hh10000-gsyngrad-scan55-step0.1.hoc
hh10000-delaygrad-scan11-step0.01.hoc
hh10000-delaygrad-scan55-step0.1.hoc
hh10000-jitter-scan11-step0.01.hoc
hh10000-jitter-scan55-step0.1.hoc
hh10000-noisecur-scan11-step0.01.hoc
hh10000-noisecur-scan55-step0.1.hoc
every script produces a 'comma separated values' file(csv) with
population-rate transfer function for 10000 Hodgkin-Huxley neurons
model, with:
gsyngrad - synaptic conductances gradients
delaygrad - delay lines gradients
jitter - jitter in pathways
noisecur - neuron intrinsic noise current
scan11 / scan55 means that population-rate transfer function was tested
within [-1, 1]ms or [-5, 5]ms respectively.
step - indicates ITD step for testing mesh in selected range.
rgi.mod - mechanisms for noise current. For better performance, please
use Ted Carnevale's InNp.mod for future versions.
hhcell.hoc - template for standard Hodgkin-Huxley neuron model with noise
current. WARNING: To use scripts with thread mode, one must include
independent random number generator in this template .
main.hoc - functions to run simulation iteratively and obtain population-rate
transfer function. DON'T run this file. See Scripts above.
csv2dat.py - simple python script, to convert csv to standard two
columns dat file.