-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodel_config.json
59 lines (59 loc) · 1.75 KB
/
model_config.json
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
{
"ALL": {
"common": {
"mods": ["common/mod/*.mod"],
"hocs": ["common/hoc/*.hoc"]
},
"neocortex": {
"prefix": "NCX",
"mods": [
"neocortex/mod/v6/*.mod"
],
"exclude_mods": [
"neocortex/mod/v6/netstim_inhpoisson.mod",
"neocortex/mod/v6/VecStim.mod"
],
"hocs": [
"neocortex/hoc/AMPANMDAHelper.hoc",
"neocortex/hoc/GABAABHelper.hoc",
"neocortex/hoc/GluSynapseHelper.hoc"
]
},
"hippocampus": {
"prefix": "HIP",
"mods": ["hippocampus/mod/*.mod"],
"exclude_mods": [
"hippocampus/mod/netstim_inhpoisson.mod",
"hippocampus/mod/VecStim.mod"
],
"hocs": [
"hippocampus/hoc/AMPANMDAHelper.hoc",
"hippocampus/hoc/GABAABHelper.hoc",
"hippocampus/hoc/GluSynapseHelper.hoc"
]
},
"thalamus": {
"prefix": "THA",
"mods": ["thalamus/mod/*.mod"],
"exclude_mods": [
"thalamus/mod/netstim_inhpoisson.mod",
"thalamus/mod/VecStim.mod"
],
"hocs": [
"thalamus/hoc/AMPANMDAHelper.hoc",
"thalamus/hoc/GABAABHelper.hoc",
"thalamus/hoc/GluSynapseHelper.hoc"
]
}
},
"plasticity": {
"neocortex": {
"mods": [
"neocortex/mod/v5/*.mod",
"neocortex/mod/v6/*.mod",
"neocortex/mod/plasticity/*.mod"
],
"hocs": ["neocortex/hoc/*.hoc"]
}
}
}