Skip to content

Commit

Permalink
Updated example, bath on off for neuromodulation
Browse files Browse the repository at this point in the history
  • Loading branch information
Hjorthmedh committed Aug 23, 2024
1 parent 95a6391 commit bf3f4a2
Show file tree
Hide file tree
Showing 5 changed files with 846 additions and 223 deletions.
23 changes: 23 additions & 0 deletions examples/notebooks/neuromodulation/data/input_v6_bath_on_off.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"dspn": {
"cortical_background": {
"generator": "poisson",
"frequency": 1.2
},
"thalamic_background": {
"generator": "poisson",
"frequency": 1.2
},
"cortical" : {
"generator" : "poisson",
"start" : [0],
"end" : [10],
"frequency" : [10],
"conductance" : 0.5e-9,
"input_correlation": 0.75,
"num_inputs" : 20,
"parameter_file": "data/tmglut_DA_parameters.json",
"mod_file": "tmGlut"
}
}
}
383 changes: 179 additions & 204 deletions examples/notebooks/neuromodulation/neuromodulation_bath.ipynb

Large diffs are not rendered by default.

166 changes: 148 additions & 18 deletions examples/notebooks/neuromodulation/neuromodulation_on_off.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit bf3f4a2

Please sign in to comment.