-
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.
Merge pull request #429 from Hjorthmedh/neuromod_redux2
Added minimal current injection example notebook
- Loading branch information
Showing
27 changed files
with
4,725 additions
and
528 deletions.
There are no files selected for viewing
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
10 changes: 10 additions & 0 deletions
10
examples/notebooks/neuromodulation/bath_current_injection.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,10 @@ | ||
{ | ||
"0": { | ||
"time": [0, 0.5, 1, 10], | ||
"current": [0, 600e-12, 0, 0] | ||
}, | ||
"1": { | ||
"time": [0, 0.5, 1, 10], | ||
"current": [0, 500e-12, 0, 0] | ||
} | ||
} |
Oops, something went wrong.