Skip to content

Commit

Permalink
Updated Sten_1
Browse files Browse the repository at this point in the history
  • Loading branch information
Hjorthmedh committed Dec 14, 2023
1 parent 83b6294 commit 5e7b97d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"generator" : "poisson",
"start" : [1, 4, 7, 10, 13, 16],
"end" : [3, 6, 9, 12, 15, 18],
"frequency" : [6, 6, 8, 8, 11, 11],
"frequency" : [6.5, 6.5, 9, 9, 13, 13],
"conductance" : 0.5e-9,
"nInputs" : 50,
"populationUnitCorrelation" : 0,
Expand All @@ -19,7 +19,7 @@
"end" : [6, 12, 18],
"frequency" : [40],
"conductance" : 0.5e-9,
"nInputs" : 50,
"nInputs" : 100,
"populationUnitCorrelation" : 0,
"populationUnitID" : 2,
"jitter" : 0.01,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@

# The centre of the cube is [0.00475, 0.004, 0.00775]. num_neurons is optional
si.add_population_unit_density(structure_name="Striatum", neuron_types=["dSPN", "iSPN"],
unit_centre=np.array([0.00475, 0.004, 0.00775]) -np.array([0, 0, 50e-6]),
unit_centre=np.array([0.00475, 0.004, 0.00775]) -np.array([0, 0, 0e-6]),
probability_function="(d < 300e-6) * 1", num_neurons=4000)
si.add_population_unit_density(structure_name="Striatum", neuron_types=["dSPN", "iSPN"],
unit_centre=np.array([0.00475, 0.004, 0.00775]) -np.array([0, 0, -50e-6]),
unit_centre=np.array([0.00475, 0.004, 0.00775]) -np.array([0, 0, -0e-6]),
probability_function="(d < 300e-6) * 1", num_neurons=4000)

print("Writing json")
Expand Down

0 comments on commit 5e7b97d

Please sign in to comment.