Skip to content

Commit

Permalink
Bath application of DA, test
Browse files Browse the repository at this point in the history
  • Loading branch information
Hjorthmedh committed Aug 21, 2024
1 parent 4889328 commit 0b24fce
Show file tree
Hide file tree
Showing 7 changed files with 1,068 additions and 594 deletions.
38 changes: 38 additions & 0 deletions examples/notebooks/neuromodulation/data/DA-bath-experiment.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"network_file": "networks/neuromodulation_bath/network-synapses.hdf5",
"input_file": "networks/neuromodulation_bath/input-spikes.hdf5",
"output_file": "networks/neuromodulation_bath/simulation/output.hdf5",
"log_file": "networks/neuromodulation_bath/log/network-simulation-bath.txt",
"time": 4.0,
"record_all_soma": true,
"record_rxd_species_all": [0, 1],
"record_density_mechanism": {
"kir_ms.modulation_factor": {
"neuron_id": [0, 1],
"section_id": [-1, -1],
"section_x": [0.5, 0.5]
},
"naf_ms.modulation_factor": {
"neuron_id": [0, 1],
"section_id": [-1, -1],
"section_x": [0.5, 0.5]
},
"kaf_ms.modulation_factor_g": {
"neuron_id": [0, 1],
"section_id": [-1, -1],
"section_x": [0.5, 0.5]
},
"kaf_ms.modulation_factor_shift": {
"neuron_id": [0, 1],
"section_id": [-1, -1],
"section_x": [0.5, 0.5]
}
},
"rxd_enable_extracellular": false,
"bath_application": {
"DA": {
"time": [0, 1.99, 2, 4],
"concentration": [0, 0, 60e-6, 60e-6]
}
}
}
15 changes: 15 additions & 0 deletions examples/notebooks/neuromodulation/data/da_experiment_off.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"network_file": "networks/neuromodulation_ON_OFF/network-synapses.hdf5",
"input_file": "networks/neuromodulation_ON_OFF/input-spikes.hdf5",
"output_file": "networks/neuromodulation_ON_OFF/simulation/output_neuromodulation_OFF.hdf5",
"log_file": "networks/neuromodulation_ON_OFF/log/network-simulation-OFF.txt",
"time": 25.0,
"record_all_soma": true,
"record_density_mechanism": {
"kir_ms.modulation_factor": {
"neuron_id": [0, 1],
"section_id": [0, 0],
"section_x": [0.5, 0.5]
}
}
}
32 changes: 32 additions & 0 deletions examples/notebooks/neuromodulation/data/da_experiment_on.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"network_file": "networks/neuromodulation_ON_OFF/network-synapses.hdf5",
"input_file": "networks/neuromodulation_ON_OFF/input-spikes.hdf5",
"output_file": "networks/neuromodulation_ON_OFF/simulation/output_neuromodulation_ON.hdf5",
"log_file": "networks/neuromodulation_ON_OFF/log/network-simulation-ON.txt",
"time": 25.0,
"record_all_soma": true,
"record_rxd_species_all": [0, 1],
"record_density_mechanism": {
"kir_ms.modulation_factor": {
"neuron_id": [0, 1],
"section_id": [-1, -1],
"section_x": [0.5, 0.5]
},
"naf_ms.modulation_factor": {
"neuron_id": [0, 1],
"section_id": [-1, -1],
"section_x": [0.5, 0.5]
},
"kaf_ms.modulation_factor_g": {
"neuron_id": [0, 1],
"section_id": [-1, -1],
"section_x": [0.5, 0.5]
},
"kaf_ms.modulation_factor_shift": {
"neuron_id": [0, 1],
"section_id": [-1, -1],
"section_x": [0.5, 0.5]
}
},
"rxd_enable_extracellular": false
}
Loading

0 comments on commit 0b24fce

Please sign in to comment.