-
Notifications
You must be signed in to change notification settings - Fork 1
/
Rates.json
102 lines (102 loc) · 2.74 KB
/
Rates.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"Rates": {
"version": "NeuroMLlite v0.1.4",
"parameters": {
"input": 5
},
"notes": "Testing...",
"cells": [
{
"Ecomp": {
"lems_source_file": "SimpleExamples.xml"
}
},
{
"Icomp": {
"lems_source_file": "SimpleExamples.xml"
}
}
],
"synapses": [
{
"rs": {
"lems_source_file": "SimpleExamples.xml"
}
}
],
"input_sources": [
{
"iclamp0": {
"pynn_input": "DCSource",
"parameters": {
"start": 50.0,
"stop": 150.0,
"amplitude": 2
}
}
}
],
"regions": [
{
"network": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"width": 100.0,
"height": 100.0,
"depth": 10.0
}
}
],
"populations": [
{
"Exc": {
"size": 1,
"component": "Ecomp",
"properties": {
"color": "0.0313725490196 0.188235294118 0.419607843137"
},
"random_layout": {
"region": "network"
}
}
},
{
"Inh": {
"size": 1,
"component": "Icomp",
"properties": {
"color": "0.894117647059 0.101960784314 0.109803921569"
},
"random_layout": {
"region": "network"
}
}
}
],
"projections": [
{
"proj_Exc_Inh": {
"presynaptic": "Exc",
"postsynaptic": "Inh",
"synapse": "rs",
"type": "continuousProjection",
"delay": 0,
"weight": 2.9706,
"random_connectivity": {
"probability": 1.0
}
}
}
],
"inputs": [
{
"modulation": {
"input_source": "iclamp0",
"population": "Exc",
"percentage": 100.0
}
}
]
}
}