parameters_bak.json
{
"seed_val": 42,
"areas": {
"EC": {
"E": {
"N": 10000,
"type": "PyCAN",
"noise": 0.0
},
"I": {
"N": 1000,
"type": "Inh",
"noise": 0.0
}
},
"DG": {
"E": {
"N": 10000,
"type": "Py",
"noise": 0.0
},
"I": {
"N": 100,
"type": "Inh",
"noise": 0.0
}
},
"CA3": {
"E": {
"N": 1000,
"type": "PyCAN",
"noise": 0.0
},
"I": {
"N": 100,
"type": "Inh",
"noise": 0.0
}
},
"CA1": {
"E": {
"N": 10000,
"type": "PyCAN",
"noise": 0.0
},
"I": {
"N": 1000,
"type": "Inh",
"noise": 0.0
}
}
},
"Kuramoto": {
"N": 250,
"f0": 6.0,
"sigma": 0.5,
"kN": 15,
"gain_reset": 0.0,
"gain_rhythm": 0.14,
"offset": 0.0
},
"connectivity": {
"intra": {
"EC": [
[
0.0,
0.37
],
[
0.54,
0.0
]
],
"DG": [
[
0.0,
0.06
],
[
0.14,
0.0
]
],
"CA3": [
[
0.56,
0.75
],
[
0.75,
0.0
]
],
"CA1": [
[
0.0,
0.28
],
[
0.3,
0.7
]
]
},
"inter": {
"p_tri": 0.45,
"p_mono": 0.2
},
"inter_custom": {
"EC": {
"E": [
[
0.0,
0.0
],
[
13.0,
13.0
],
[
0.14,
0.14
],
[
1.1,
1.1
]
],
"I": [
[
0.0,
0.0
],
[
0.0,
0.0
],
[
0.0,
0.0
],
[
0.0,
0.0
]
]
},
"DG": {
"E": [
[
0.0,
0.0
],
[
0.0,
0.0
],
[
0.14,
0.14
],
[
0.0,
0.0
]
],
"I": [
[
0.0,
0.0
],
[
0.0,
0.0
],
[
0.0,
0.0
],
[
0.0,
0.0
]
]
},
"CA3": {
"E": [
[
0.0,
0.0
],
[
0.0,
0.0
],
[
0.0,
0.0
],
[
1.1,
1.1
]
],
"I": [
[
0.0,
0.0
],
[
0.0,
0.0
],
[
0.0,
0.0
],
[
0.0,
0.0
]
]
},
"CA1": {
"E": [
[
0.2,
0.2
],
[
0.0,
0.0
],
[
0.0,
0.0
],
[
0.0,
0.0
]
],
"I": [
[
0.0,
0.0
],
[
0.0,
0.0
],
[
0.0,
0.0
],
[
0.0,
0.0
]
]
}
}
},
"stimulation": {
"target": "CA1",
"coordinates": [
5.0,
-8.0,
7.5
],
"sigma": 0.33,
"duration": 2.0,
"dt": 0.0001,
"onset": 0.0,
"I": [
0.0
],
"pulse_width": [
0.001
],
"stim_freq": 5,
"pulse_freq": 100,
"nr_of_trains": 1,
"nr_of_pulses": 1,
"ipi": 0.0001
},
"simulation": {
"duration": 3.0,
"dt": 0.0001,
"debugging": false
},
"timestamp": "Thu Jun 9 19:05:21 2022",
"git_branch": "NewOpt_6Hz",
"git_hash": "6806563bfeae4559d9df9add2510d81edbdbf439",
"git_short_hash": "6806563"
}