Skip to content

Instantly share code, notes, and snippets.

@tarelli
Created February 10, 2016 18:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tarelli/66f24490e62b0d210491 to your computer and use it in GitHub Desktop.
Save tarelli/66f24490e62b0d210491 to your computer and use it in GitHub Desktop.
WARN : org.geppetto.core.recordings.GeppettoRecordingCreator - Creating variable net1(net1).muscle(SingleCompMuscleCell)[0].biophys(biophys).membraneProperties(membraneProperties).ca_boyle_all(ca_boyle_all).iDensity(StateVariable) 0
WARN : org.geppetto.core.recordings.GeppettoRecordingCreator - Creating variable net1(net1).muscle(SingleCompMuscleCell)[0].caConc(StateVariable) 1
WARN : org.geppetto.core.recordings.GeppettoRecordingCreator - Creating variable net1(net1).muscle(SingleCompMuscleCell)[0].biophys(biophys).membraneProperties(membraneProperties).k_fast_all(k_fast_all).iDensity(StateVariable) 2
WARN : org.geppetto.core.recordings.GeppettoRecordingCreator - Creating variable time(StateVariable) 3
WARN : org.geppetto.core.recordings.GeppettoRecordingCreator - Creating variable net1(net1).neuron(generic_iaf_cell)[0].v(StateVariable) 4
WARN : org.geppetto.core.recordings.GeppettoRecordingCreator - Creating variable net1(net1).muscle(SingleCompMuscleCell)[0].biophys(biophys).membraneProperties(membraneProperties).k_slow_all(k_slow_all).iDensity(StateVariable) 5
WARN : org.geppetto.core.recordings.GeppettoRecordingCreator - Creating variable net1(net1).muscle(SingleCompMuscleCell)[0].v(StateVariable) 6
WARN : org.geppetto.core.recordings.GeppettoRecordingCreator - Creating variable net1(net1).muscle(SingleCompMuscleCell)[0].biophys(biophys).membraneProperties(membraneProperties).Leak_all(Leak_all).iDensity(StateVariable) 7
@adrianq
Copy link

adrianq commented Feb 10, 2016

{
"id": 1,
"instancePath": "net1.neuron[0].v"
},
{
"id": 2,
"instancePath": "net1.muscle[0].v"
},
{
"id": 3,
"instancePath": "net1.muscle[0].caConc"
},
{
"id": 4,
"instancePath": "net1.muscle[0].biophys.membraneProperties.Leak_all.iDensity"
},
{
"id": 5,
"instancePath": "net1.muscle[0].biophys.membraneProperties.k_slow_all.iDensity"
},
{
"id": 6,
"instancePath": "net1.muscle[0].biophys.membraneProperties.k_fast_all.iDensity"
},
{
"id": 7,
"instancePath": "net1.muscle[0].biophys.membraneProperties.ca_boyle_all.iDensity"
}

@tarelli
Copy link
Author

tarelli commented Feb 10, 2016

The are the same, I don't know

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment