-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f15ac97
commit 788e95a
Showing
5 changed files
with
8,025 additions
and
402 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
{ | ||
"dSPN": { | ||
"Ctx_1" : { | ||
"generator" : "poisson", | ||
"start" : [0.5, 3.5], | ||
"end" : [1.5, 4.5], | ||
"frequency" : [25, 25], | ||
"conductance" : 0.5e-9, | ||
"nInputs" : 50, | ||
"populationUnitCorrelation" : [0.5, 0.5], | ||
"populationUnitID" : 1, | ||
"jitter" : 0.01, | ||
"modFile": "tmGlut" | ||
}, | ||
|
||
"Ctx_2" : { | ||
"generator" : "poisson", | ||
"start" : [2, 3.5], | ||
"end" : [3, 4.5], | ||
"frequency" : [5, 5], | ||
"conductance" : 0.5e-9, | ||
"nInputs" : 50, | ||
"populationUnitCorrelation" : [0.5, 0.5], | ||
"populationUnitID" : 2, | ||
"jitter" : 0.01, | ||
"modFile": "tmGlut" | ||
}, | ||
|
||
"VirtualNeuron" : { | ||
"spikeFile": "virtual_input_spikes.txt", | ||
"rowMappingFile": "virtual_input_mapping.txt" | ||
} | ||
}, | ||
|
||
"iSPN": { | ||
"Ctx_1" : { | ||
"generator" : "poisson", | ||
"start" : [0.5, 3.5], | ||
"end" : [1.5, 4.5], | ||
"frequency" : [25, 25], | ||
"conductance" : 0.5e-9, | ||
"nInputs" : 50, | ||
"populationUnitCorrelation" : [0.5, 0.5], | ||
"populationUnitID" : 1, | ||
"jitter" : 0.01, | ||
"modFile": "tmGlut" | ||
}, | ||
|
||
"Ctx_2" : { | ||
"generator" : "poisson", | ||
"start" : [2, 3.5], | ||
"end" : [3, 4.5], | ||
"frequency" : [5, 5], | ||
"conductance" : 0.5e-9, | ||
"nInputs" : 50, | ||
"populationUnitCorrelation" : [0.5, 0.5], | ||
"populationUnitID" : 2, | ||
"jitter" : 0.01, | ||
"modFile": "tmGlut" | ||
}, | ||
|
||
"VirtualNeuron" : { | ||
"spikeFile": "virtual_input_spikes.txt", | ||
"rowMappingFile": "virtual_input_mapping.txt" | ||
} | ||
} | ||
|
||
} |
7,756 changes: 7,756 additions & 0 deletions
7,756
examples/notebooks/lateral_inhitibion/lateral_inhibition_virtual.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
553 changes: 167 additions & 386 deletions
553
...lel/KTH_PDC/lateral_inhibition/one_population/Analyse One Population-voltage-GABA90.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters