Spaces:
Running
Running
File size: 1,490 Bytes
cdb94e2 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 | {
"IClamp_GenericMuscleCell": {
"version": "NeuroMLlite v0.5.9",
"notes": "A network model: IClamp_GenericMuscleCell",
"parameters": {
"stim_amp": "4pA"
},
"cells": {
"GenericMuscleCell": {
"neuroml2_source_file": "GenericMuscleCell.cell.nml"
}
},
"input_sources": {
"iclamp_0": {
"parameters": {
"amplitude": "stim_amp",
"delay": "500ms",
"duration": "2000ms"
},
"neuroml2_input": "PulseGenerator"
}
},
"regions": {
"Worm": {
"x": 0.0,
"y": 0.0,
"z": 0.0,
"width": 1000.0,
"height": 100.0,
"depth": 1000.0
}
},
"populations": {
"pop_GenericMuscleCell": {
"size": 1,
"component": "GenericMuscleCell",
"properties": {
"color": "0.8 0 0"
},
"random_layout": {
"region": "Worm"
}
}
},
"inputs": {
"Stim_iclamp_0": {
"input_source": "iclamp_0",
"population": "pop_GenericMuscleCell",
"percentage": 100
}
},
"temperature": 34.0
}
} |