-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated example, bath on off for neuromodulation
- Loading branch information
1 parent
95a6391
commit bf3f4a2
Showing
5 changed files
with
846 additions
and
223 deletions.
There are no files selected for viewing
23 changes: 23 additions & 0 deletions
23
examples/notebooks/neuromodulation/data/input_v6_bath_on_off.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
383
examples/notebooks/neuromodulation/neuromodulation_bath.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
166 changes: 148 additions & 18 deletions
166
examples/notebooks/neuromodulation/neuromodulation_on_off.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.