Skip to content

Commit

Permalink
Merge pull request #429 from Hjorthmedh/neuromod_redux2
Browse files Browse the repository at this point in the history
Added minimal current injection example notebook
  • Loading branch information
Hjorthmedh authored Sep 30, 2024
2 parents f3abf06 + f49590d commit 3b1c2ba
Show file tree
Hide file tree
Showing 27 changed files with 4,725 additions and 528 deletions.
2 changes: 2 additions & 0 deletions examples/notebooks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,5 @@ Here is a collection of Jupyter Notebooks, some of the workflows are split over
## Additional notebooks
* [Paired current injection](validation/synapses/network_pair_pulse_simulation.ipynb) in a simulated network
* [Neuromodulation examples](https://github.com/jofrony/Neuromodulation-software/tree/main/examples) in a network
* [Minimal current injection example](neuron_with_current_injection.ipynb)

10 changes: 10 additions & 0 deletions examples/notebooks/neuromodulation/bath_current_injection.json
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]
}
}
Loading

0 comments on commit 3b1c2ba

Please sign in to comment.