-
Notifications
You must be signed in to change notification settings - Fork 1
/
FRMot3dendNaHH.hoc
61 lines (53 loc) · 989 Bytes
/
FRMot3dendNaHH.hoc
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
57
58
59
60
// FRMotoneuron.hoc
// Base code to create motoneuron and CC & VC ramp
// Expected to be executed from some other directory, with THIS file location and its
// helpers in the directory "codeloc"
{xopen("FR3cablepas.hoc")}
access soma
insert na3rp
insert naps
insert kdrRL
gMax_kdrRL=0.1
insert mAHP
gkcamax_mAHP=0.01
gcamax_mAHP=1.5e-5
eca=80
insert gh
access axonhillock
insert na3rp
insert naps
insert kdrRL
gMax_kdrRL=0.15
access is
insert na3rp
insert naps
insert kdrRL
gMax_kdrRL=0.6
forsec dend{
insert gh
insert na3rp
insert naps
insert kdrRL
insert kca2
insert L_Ca
insert mAHP
gcamax_mAHP(0:0.1)=1.5e-5:1.5e-5
gcamax_mAHP(0.1:1)=0:0
gkcamax_mAHP(0:0.1)=0.004:0.004
gkcamax_mAHP(0.1:1)=0:0
gMax_kdrRL(0:1)=0.07:0
g_kca2(0:0.3)=0:0
g_kca2(0.3:0.6)=3.8e-4:3.8e-4
g_kca2(0.6:1)=0:0
gcabar_L_Ca (0:0.3)=0:0
gcabar_L_Ca(0.3:0.6)=4e-4:4e-4
gcabar_L_Ca (0.6:1)=0:0
depth2_kca2=1000
taur2_kca2=425
depth1_kca2=0.1
taur1_kca2=20
eca=80
}
access soma
theta_m_L_Ca=-40
tau_m_L_Ca=60