Skip to content

Instantly share code, notes, and snippets.

@tarelli
Created January 20, 2016 12:53
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/adbe0524ac4bb9adb2e9 to your computer and use it in GitHub Desktop.
Save tarelli/adbe0524ac4bb9adb2e9 to your computer and use it in GitHub Desktop.
Valid paths
acnet2.pyramidals_48[4].soma.v (acnet2.pyramidals_48[4].soma.v might not always be possible because the name is optional)
acnet2.pyramidals_48[4].soma.spiking
acnet2.pyramidals_48[4].apical2.spiking
(Not for now, short/medium term) //acnet2.pyramidals_48[4].soma.bioPhys1.membraneProperties.Kdr_bask_soma_group.iDensity
acnet2.pyramidals_48[4].bioPhys1.membraneProperties.Kdr_bask_soma_group.erev (It's valid without the morphology because it's a parameter)
==== Not valid paths =====
acnet2.pyramidals_48[4].morphology[0].bioPhys1.membraneProperties.Kdr_bask_soma_group.erev (It's not valid because parameters are specified at the cell level)
bask
bask_compartments -> no name in lems
1) bask.bask_compartments(bask_compartment)[32].v
2) bask.soma(bask_comparment).v
baskets_12
arrayType->bask
bask
v
spiking
biophys1
membraneProperties
acnet2
pyramidals_48
pyramidals_48[0]
pyramidals_48[1]
...
pyramidals_48[47]
baskets_12
baskets_12[0]
baskets_12[1]
baskets_12[2]
v
...
baskets_12[11]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment