Changes for page Code description
Last modified by galluzziandrea on 2022/06/20 12:33
From 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
To version 2.2
edited by galluzziandrea
on 2021/12/09 12:35
on 2021/12/09 12:35
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,39 +1,27 @@ 1 -== Introduction(path and modules)==1 +== Code Description == 2 2 3 -First of all we check the path and import the necessary modules . 4 4 5 -=== Check where I am and place myself in the right folder : === 6 6 7 7 {{code language="python"}} 8 -# Import the os module 9 -import os 10 - 11 -#Print the current working directory 12 -print("Current working directory: {0}".format(os.getcwd())) 13 - 14 -# Change the current working directory 15 -os.chdir('/mnt/user/shared/Slow waves in fading anesthesia/Nest3Python3') 16 - 17 -# Print the current working directory 18 -print("Current working directory: {0}".format(os.getcwd())) 6 +x = 1 7 +if x == 1: 8 + # indented four spaces 9 + print("x is 1.") 19 19 {{/code}} 20 20 21 -=== import the modules necessary for the simulation === 12 +(% class="wikigeneratedid" %) 13 +=== === 22 22 23 23 {{code language="python"}} 24 -import nest 25 -import time 26 -from numpy import exp 27 -import numpy 28 -import math 29 -import random 30 -import multiprocessing 31 -Inizio=time.time() 32 -print('tempo di Inizio:',Inizio) 16 +x = 1 17 +if x == 1: 18 + # indented four spaces 19 + print("x is 1.") 33 33 {{/code}} 34 34 35 -=== === 22 +(% class="wikigeneratedid" %) 23 +=== === 36 36 37 -=== =Results ====25 +=== Results === 38 38 39 -==== ==== 27 +==== ====
- 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: