-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a page on recording observable quantities from NeuroML/LEMS simulations #15
Comments
|
Information on how paths are to be constructed is also required. It isn't clear when an |
I think:
|
See also LEMS/LEMS#9 |
We discussed this yesterday. The rule of thumb seems to be:
Related: NeuroML/NeuroML2#163 and NeuroML/NeuroML2#157 etc. |
I see XML Consider
Consider
I have several questions:
|
Yes, because it's a
Yes, because you can have multiple populations in the network. So, we use the
Yes, please see my note above.
No,
It's a child element of
It's an exposure in
NeuroML uses LEMS---it just defines ComponentTypes that can be used directly. So, LEMS is sort of the programming language that defines basic types, and NeuroML uses these basic types to define classes---instances of which (objects) become components. So, the addressing scheme comes from LEMS.
I'm not sure what you mean by "scope" here. It's a hierarchical path. https://docs.neuroml.org/Userdocs/Schemas/Channels.html?highlight=gatehhrates#ionchannelhh
My understanding is that elements that have "sizes" is where indexing can be used, since they'll have
You go down the tree from the top most node, for example a population. Whenever you come across a component whose component type defines an exposure, you can access the value of the exposure. We'll clarify this in the page with examples. I do realise that it's not as intuitive nor straight forward as it can be. |
Should help with NeuroML/Documentation#15 TODO: the LEMS functions that this wraps around seem to be incomplete. I don't think the exposures listed there include ones inherited from their superclasses/ancestors.
Should help with NeuroML/Documentation#15 TODO: the LEMS functions that this wraps around seem to be incomplete. I don't think the exposures listed there include ones inherited from their superclasses/ancestors.
It isn't obvious or intuitive how one should record information from simulations, such as spike times or membrane potentials (or other quantities). So a page that gives an overview of how to refer to different things would be useful.
The recording bit also should be explained in each example so people can use them as reference.
The text was updated successfully, but these errors were encountered: