diff --git a/examples/notebooks/neuromodulation/data/da_experiment_off_bath.json b/examples/notebooks/neuromodulation/data/da_experiment_off_bath.json new file mode 100644 index 000000000..8bdab29a5 --- /dev/null +++ b/examples/notebooks/neuromodulation/data/da_experiment_off_bath.json @@ -0,0 +1,15 @@ +{ + "network_file": "networks/neuromodulation_ON_OFF_bath/network-synapses.hdf5", + "input_file": "networks/neuromodulation_ON_OFF_bath/input-spikes.hdf5", + "output_file": "networks/neuromodulation_ON_OFF_bath/simulation/output_neuromodulation_OFF.hdf5", + "log_file": "networks/neuromodulation_ON_OFF_bath/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] + } + } +} diff --git a/examples/notebooks/neuromodulation/data/da_experiment_on_bath.json b/examples/notebooks/neuromodulation/data/da_experiment_on_bath.json new file mode 100644 index 000000000..1818d6465 --- /dev/null +++ b/examples/notebooks/neuromodulation/data/da_experiment_on_bath.json @@ -0,0 +1,32 @@ +{ + "network_file": "networks/neuromodulation_ON_OFF_bath/network-synapses.hdf5", + "input_file": "networks/neuromodulation_ON_OFF_bath/input-spikes.hdf5", + "output_file": "networks/neuromodulation_ON_OFF_bath/simulation/output_neuromodulation_ON.hdf5", + "log_file": "networks/neuromodulation_ON_OFF_bath/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 +}