Changes for page Code description
Last modified by galluzziandrea on 2022/06/20 12:33
From version 3.1
edited by galluzziandrea
on 2021/12/09 14:37
on 2021/12/09 14:37
Change comment:
There is no comment for this version
To version 4.1
edited by galluzziandrea
on 2021/12/09 14:38
on 2021/12/09 14:38
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,10 +1,8 @@ 1 -== Code Description:==1 +== Introduction (path and modules) == 2 2 3 -=== Introduction (path and modules) === 4 - 5 5 First of all we check the path and import the necessary modules . 6 6 7 -=== =Check where I am and place myself in the right folder : ====5 +=== Check where I am and place myself in the right folder : === 8 8 9 9 {{code language="python"}} 10 10 # Import the os module ... ... @@ -20,7 +20,7 @@ 20 20 print("Current working directory: {0}".format(os.getcwd())) 21 21 {{/code}} 22 22 23 -=== ==21 +=== import the modules necessary for the simulation === 24 24 25 25 {{code language="python"}} 26 26 import nest ... ... @@ -34,8 +34,8 @@ 34 34 print('tempo di Inizio:',Inizio) 35 35 {{/code}} 36 36 37 -=== 35 +=== === 38 38 39 -=== Results === 37 +==== Results ==== 40 40 41 -==== 39 +==== ====
- Introduction (path and modules):
- Check where I am and place myself in the right folder:
- Import the modules necessary for the simulation:
- Define necessary classes to import the Initialization Files:
- Import the initialization files:
- Defining general and nest.kernel parameters
- Building the network: neuronal populations , Poisson processes and spike detectors
- Connecting the network nodes: neuronal populations, Poisson processes and spike detectors
- Simulating: neuronal time evolution.
- Results: