Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Hjorthmedh committed Dec 7, 2023
1 parent 4e530f3 commit 5c4a383
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


SNUDDA_DIR=$HOME/Snudda/snudda
JOBDIR=networks/lateral_2
JOBDIR=../networks/sten_1

# SIMSIZE=50000

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,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]),
probability_function="(d < 200e-6)*1", num_neurons=4000)
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]),
probability_function="(d < 200e-6) * 1", num_neurons=4000)
probability_function="(d < 300e-6) * 1", num_neurons=4000)

print("Writing json")

Expand Down

0 comments on commit 5c4a383

Please sign in to comment.