-
Notifications
You must be signed in to change notification settings - Fork 12
/
BBP_5percent.json
46 lines (46 loc) · 1.42 KB
/
BBP_5percent.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
{
"BBP_5percent": {
"version": "NeuroMLlite v0.5.3",
"notes": "A network with the Blue Brain Project connectivity data (%s% of total cells)",
"cells": {
"hhcell": {
"neuroml2_source_file": "test_files/hhcell.cell.nml"
}
},
"synapses": {
"ampa": {
"neuroml2_source_file": "test_files/ampa.synapse.nml"
},
"gaba": {
"neuroml2_source_file": "test_files/gaba.synapse.nml"
}
},
"input_sources": {
"poissonFiringSyn": {
"neuroml2_source_file": "test_files/inputs.nml"
}
},
"inputs": {
"stim_L4_PC": {
"input_source": "poissonFiringSyn",
"population": "L4_PC",
"percentage": 80.0
}
},
"network_reader": {
"type": "BBPConnectomeReader",
"parameters": {
"id": "BBP_5percent",
"filename": "test_files/cons_locs_pathways_mc0_Column.h5",
"percentage_cells_per_pop": 5,
"DEFAULT_CELL_ID": "hhcell",
"cell_info": {
"hhcell": {
"id": "hhcell",
"neuroml2_source_file": "test_files/hhcell.cell.nml"
}
}
}
}
}
}