Skip to content

Commit

Permalink
Updated neurmodulation notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
Hjorthmedh committed Oct 17, 2024
1 parent 0049fe6 commit b313653
Show file tree
Hide file tree
Showing 7 changed files with 187,834 additions and 53,054 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"0": {
"time": [0, 0.5, 1, 10],
"current": [0, 600e-12, 0, 0]
"time": [0, 10],
"current": [700e-12, 700e-12]
},
"1": {
"time": [0, 0.5, 1, 10],
"current": [0, 500e-12, 0, 0]
"time": [0, 10],
"current": [600e-12, 600e-12]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"output_file": "networks/neuromodulation_bath_current/simulation/output_neuromodulation_OFF.hdf5",
"log_file": "networks/neuromodulation_bath_current/log/network-simulation-OFF.txt",
"time": 1.5,
"sim_dt": 0.001,
"!sim_dt": 0.005,
"record_all_soma": true,
"record_rxd_species_all": [0, 1],
"record_density_mechanism": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"network_file": "networks/neuromodulation_bath_current/network-synapses.hdf5",
"output_file": "networks/neuromodulation_bath_current/simulation/output_neuromodulation_ON.hdf5",
"log_file": "networks/neuromodulation_bath_current/log/network-simulation-ON.txt",
"time": 70,
"sim_dt": 0.005,
"time": 2,
"!sim_dt": 0.005,
"record_all_soma": true,
"record_rxd_species_soma": [0, 1],
"record_density_mechanism": {
Expand All @@ -26,17 +26,36 @@
"neuron_id": [0, 1],
"section_id": [-1, -1],
"section_x": [0.5, 0.5]
}
},
"kas_ms.modulation_factor": {
"neuron_id": [0, 1],
"section_id": [-1, -1],
"section_x": [0.5, 0.5]
},

"cal12_ms.modulation_factor": {
"neuron_id": [0, 1],
"section_id": [-1, -1],
"section_x": [0.5, 0.5]
},
"cal13_ms.modulation_factor": {
"neuron_id": [0, 1],
"section_id": [-1, -1],
"section_x": [0.5, 0.5]
}

},
"rxd_enable_extracellular": false,
"bath_application": {
"DA": {
"!!time": [0, 0.9999, 1, 10.99, 11.0, 20.999, 21, 30.999, 31, 50],
"!!concentration": [2e-9, 2e-9, 60e-6, 60e-6, 100e-6, 100e-6, 2e-9, 2e-9, 0, 0],
"time": [0, 9.99, 10.0, 19.99, 20, 29.99, 30, 39.99, 40, 49.99, 50, 59.99, 60, 70],
"concentration": [1e-9, 1e-9, 20e-9, 20e-9, 50e-9, 50e-9, 100e-9, 100e-9, 200e-9, 200e-9, 500e-9, 500e-9, 1e-6, 1e-6],
"!time": [0, 9.99, 10.0, 19.99, 20, 29.99, 30, 39.99, 40, 49.99, 50, 59.99, 60, 70],
"!concentration": [1e-9, 1e-9, 20e-9, 20e-9, 50e-9, 50e-9, 100e-9, 100e-9, 200e-9, 200e-9, 500e-9, 500e-9, 1e-6, 1e-6],
"!time": [0, 100],
"!concentration": [20e-9, 20e-9],
"time": [0, 1, 1, 2, 2, 10],
"concentration": [20e-9, 20e-9, 250e-9, 250e-9, 20e-9, 20e-9],
"interpolate": true
}
},
Expand Down
Loading

0 comments on commit b313653

Please sign in to comment.