Skip to content
This repository was archived by the owner on Jan 27, 2023. It is now read-only.

Commit 0241e51

Browse files
author
Antonio Ulloa
committed
New simulation scripts (RS, Passive Viewing, DMS)
1 parent 54d3a55 commit 0241e51

File tree

16 files changed

+81
-2
lines changed

16 files changed

+81
-2
lines changed

analysis/compute_BOLD_balloon_model.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@
7979
from scipy.integrate import odeint
8080

8181
# define the name of the input file where the synaptic activities are stored
82-
SYN_file = 'synaptic_in_TVB_ROI.npy'
82+
SYN_file = 'synaptic_in_ROI.npy'
8383

8484
# define the name of the output file where the BOLD timeseries will be stored
85-
BOLD_file = 'bold_balloon_TVB_ROI.npy'
85+
BOLD_file = 'bold_balloon_in_ROI.npy'
8686

8787
# define balloon model parameters...
8888
tau_s = 1.5 # rate constant of vasodilatory signal decay in seconds
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
* Simulation Start Time: Fri Dec 9 16:15:13 2016
2+
* Simulation End Time: Sat Dec 10 00:19:41 2016
3+
* Simulation duration (timesteps): 39600
4+
* Model description used: /Users/Antonio/Documents/NEURALBYTES/NIHPROJECT2/lsnm_in_python/visual_model/model.txt
5+
* Weights list used: /Users/Antonio/Documents/NEURALBYTES/NIHPROJECT2/lsnm_in_python/visual_model/subject_12/weightslist.txt
6+
* Neural net used:
7+
* Simulation script used: /Users/Antonio/Documents/NEURALBYTES/NIHPROJECT2/lsnm_in_python/visual_model/script_DMS_198_seconds.py
8+
* Were weights changed to generate a new subject? NO
9+
* Was TVB Connectome used in the simulation? YES

visual_model/subject_12/output.DMSTask/neuralnet.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
* Simulation Start Time: Fri Dec 9 06:22:05 2016
2+
* Simulation End Time: Fri Dec 9 16:08:11 2016
3+
* Simulation duration (timesteps): 39600
4+
* Model description used: /Users/Antonio/Documents/NEURALBYTES/NIHPROJECT2/lsnm_in_python/visual_model/model.txt
5+
* Weights list used: /Users/Antonio/Documents/NEURALBYTES/NIHPROJECT2/lsnm_in_python/visual_model/subject_12/weightslist.txt
6+
* Neural net used:
7+
* Simulation script used: /Users/Antonio/Documents/NEURALBYTES/NIHPROJECT2/lsnm_in_python/visual_model/script_passive_viewing_198_seconds.py
8+
* Were weights changed to generate a new subject? NO
9+
* Was TVB Connectome used in the simulation? YES
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
* Simulation Start Time: Sat Dec 10 06:59:14 2016
2+
* Simulation End Time: Sat Dec 10 14:43:05 2016
3+
* Simulation duration (timesteps): 39600
4+
* Model description used: /Users/Antonio/Documents/NEURALBYTES/NIHPROJECT2/lsnm_in_python/visual_model/model.txt
5+
* Weights list used: /Users/Antonio/Documents/NEURALBYTES/NIHPROJECT2/lsnm_in_python/visual_model/subject_13/weightslist.txt
6+
* Neural net used:
7+
* Simulation script used: /Users/Antonio/Documents/NEURALBYTES/NIHPROJECT2/lsnm_in_python/visual_model/script_DMS_198_seconds.py
8+
* Were weights changed to generate a new subject? NO
9+
* Was TVB Connectome used in the simulation? YES

visual_model/subject_13/output.DMSTask/neuralnet.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
* Simulation Start Time: Sat Dec 10 14:45:05 2016
2+
* Simulation End Time: Sat Dec 10 21:49:54 2016
3+
* Simulation duration (timesteps): 39600
4+
* Model description used: /Users/Antonio/Documents/NEURALBYTES/NIHPROJECT2/lsnm_in_python/visual_model/model.txt
5+
* Weights list used: /Users/Antonio/Documents/NEURALBYTES/NIHPROJECT2/lsnm_in_python/visual_model/subject_14/weightslist.txt
6+
* Neural net used:
7+
* Simulation script used: /Users/Antonio/Documents/NEURALBYTES/NIHPROJECT2/lsnm_in_python/visual_model/script_DMS_198_seconds.py
8+
* Were weights changed to generate a new subject? NO
9+
* Was TVB Connectome used in the simulation? YES

visual_model/subject_14/output.DMSTask/neuralnet.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
* Simulation Start Time: Sat Dec 10 22:39:54 2016
2+
* Simulation End Time: Sun Dec 11 06:10:59 2016
3+
* Simulation duration (timesteps): 39600
4+
* Model description used: /Users/Antonio/Documents/NEURALBYTES/NIHPROJECT2/lsnm_in_python/visual_model/model.txt
5+
* Weights list used: /Users/Antonio/Documents/NEURALBYTES/NIHPROJECT2/lsnm_in_python/visual_model/subject_15/weightslist.txt
6+
* Neural net used:
7+
* Simulation script used: /Users/Antonio/Documents/NEURALBYTES/NIHPROJECT2/lsnm_in_python/visual_model/script_DMS_198_seconds.py
8+
* Were weights changed to generate a new subject? NO
9+
* Was TVB Connectome used in the simulation? YES

visual_model/subject_15/output.DMSTask/neuralnet.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)